| Safe Haskell | None |
|---|
CJK.Data.Unihan.NumericValues
- data NumericUse
- = AccountingUse
- | OtherUse
- | PrimaryUse
- numericValue :: Char -> Maybe (NumericUse, Integer)
Documentation
data NumericUse Source
Constructors
| 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 |
Instances
numericValue :: Char -> Maybe (NumericUse, Integer)Source
The value of the character and the contexts in which it is used