sized-types-0.1: 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 => 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 => Real (Unsigned ix) 
Size ix => Show (Unsigned ix) 
Size ix => Bits (Unsigned ix) 

type U1 = Unsigned X1Source

common; numerically boolean.