sized-types-0.3.4.0: Sized types in Haskell.

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, Integral ix) => Bits (Unsigned ix) 

toMatrix :: forall ix. Size ix => Unsigned ix -> Matrix ix BoolSource

type U1 = Unsigned X1Source

common; numerically boolean.