integer-simple-0.1.1.0: Simple Integer library

Copyright(c) Ian Lynagh 2007-2008
LicenseBSD3
Maintainerigloo@earth.li
Stabilityinternal
Portabilitynon-portable (GHC Extensions)
Safe HaskellNone
LanguageHaskell2010

GHC.Integer.Simple.Internals

Description

An simple definition of the Integer type.

Documentation

data Integer

Instances

Eq Integer 
Ord Integer 

data Digits

Constructors

Some !Digit !Digits 
None 

type Digit = Word#

data List a

Constructors

Nil 
Cons a (List a) 

fullBound :: () -> Digit

newtype DigitsOnes

Constructors

DigitsOnes Digits