Type.Data.Num.Decimal.Digit.Proof
data Nat d Source #
Constructors
data Pos d Source #
data UnaryNat d Source #
unaryNat :: C d => UnaryNat d Source #
unaryNatImpl :: Nat d -> Nat (ToUnary d) Source #
data UnaryPos d Source #
unaryPos :: Pos d => UnaryPos d Source #
unaryPosImpl :: Pos d -> Pos (ToUnary d) Source #