Safe Haskell | None |
---|
- data NumericUse
- = AccountingUse
- | OtherUse
- | PrimaryUse
- numericValue :: Char -> Maybe (NumericUse, Integer)
Documentation
data NumericUse Source
AccountingUse | Used in the writing of accounting numerals (to prevent fraud) |
OtherUse | Used in certain unusual, specialized contexts |
PrimaryUse | Used in the writing of numbers in the standard fashion |
numericValue :: Char -> Maybe (NumericUse, Integer)Source
The value of the character and the contexts in which it is used