tfp-0.7: Type-level integers, booleans, lists using type families

Portabilitynon-portable (type families, requires ghc >= 6.9)
Stabilityexperimental
Maintainerpgavin@gmail.com
Safe HaskellNone

Types.Data.Num.Decimal.Digits

Description

Type-level numerical operations using type families.

Synopsis

Documentation

data Decimal Source

Representation name for decimal type level numbers.

Instances

data Dec x Source

The wrapper type for decimal type level numbers.

Instances

IntegerT' x => IntegerT (Dec x) 

data Neg' x Source

data DecN Source

The terminator type for decimal digit lists.

Instances

data Dec0 Source

Instances

data Dec1 Source

Instances

data Dec2 Source

Instances

data Dec3 Source

Instances

data Dec4 Source

Instances

data Dec5 Source

Instances

data Dec6 Source

Instances

data Dec7 Source

Instances

data Dec8 Source

Instances

data Dec9 Source

Instances