Numeric.NumType.DK.Integers
data TypeInt
type family Pred i :: TypeInt
type family Succ i :: TypeInt
type family Negate i :: TypeInt
type family Abs i :: TypeInt
type family Signum i :: TypeInt
type family i + i' :: TypeInt
type family i - i' :: TypeInt
type family i * i' :: TypeInt
type family i / i' :: TypeInt
type family i ^ i' :: TypeInt
pred
succ
negate
abs
signum
(+)
(-)
(*)
(/)
(^)
zero
pos1
pos2
pos3
pos4
pos5
pos6
pos7
pos8
pos9
neg1
neg2
neg3
neg4
neg5
neg6
neg7
neg8
neg9
class KnownTypeInt i