sized-types-0.3.5.1: Sized types in Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Sized.Unsigned

Description

Unsigned, fixed sized numbers.

Copyright: (c) 2009 University of Kansas License: BSD3

Maintainer: Andy Gill andygill@ku.edu Stability: unstable Portability: ghc

Synopsis

Documentation

data Unsigned ix Source

Instances

Size ix => Bounded (Unsigned ix) 
Size ix => Enum (Unsigned ix) 
Size ix => Eq (Unsigned ix) 
Size ix => Integral (Unsigned ix) 
Size ix => Num (Unsigned ix) 
Size ix => Ord (Unsigned ix) 
Size ix => Read (Unsigned ix) 
Size ix => Real (Unsigned ix) 
Size ix => Show (Unsigned ix) 
Size ix => Ix (Unsigned ix) 
(Size ix, Integral ix) => Bits (Unsigned ix) 
Size ix => Size (Unsigned ix) 
type Index (Unsigned ix) = Int 

toMatrix :: forall ix. Size ix => Unsigned ix -> Matrix ix Bool Source

type U1 = Unsigned X1 Source

common; numerically boolean.