integer-simple-0.1.1.1: 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 Digits Source #

Constructors

Some !Digit !Digits 
None 

data List a Source #

Constructors

Nil 
Cons a (List a) 

newtype DigitsOnes Source #

Constructors

DigitsOnes Digits