Facts-0.1.2: A collection of facts about the real world.

Data.Numerals.Decimal

Synopsis

Documentation

decimal_digit_to_integral :: Integral n => DecimalDigit -> nSource

Takes a DecimalDigit to its Integral form

unsafe_integral_digit_to_decimal_digit :: Integral n => n -> DecimalDigitSource

Takes an Integral digit to a DecimalDigit. This function is partial on a set of Integrals.