Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
text-latin1 Text.Latin1 Test if a byte is the encoding of either a Latin-1 letter or a decimal digit.
-
ttc Data.TTC Parse a value in an enumeration The Render instance determines the textual values to parse from. This function is intended to be used with types that have few choices, as the implementation uses a linear algorithm. See the enum example program in the ttc-examples directory of the source repository.
-
ttc Data.TTC Parse a value in an enumeration using default error messages The Render instance determines the textual values to parse from. The following English error messages are returned:
- "invalid {name}" when there are no matches
- "ambiguous {name}" when there is more than one match
readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS attc Data.TTC Implement ReadS using parseEnum This implementation expects all of the input to be consumed.
DecimalNumber :: GeneralCategoryunicode-data Unicode.Char Nd: Number, Decimal
LetterNumber :: GeneralCategoryunicode-data Unicode.Char Nl: Number, Letter
OtherNumber :: GeneralCategoryunicode-data Unicode.Char No: Number, Other
DecimalNumber :: GeneralCategoryunicode-data Unicode.Char.General Nd: Number, Decimal
LetterNumber :: GeneralCategoryunicode-data Unicode.Char.General Nl: Number, Letter
OtherNumber :: GeneralCategoryunicode-data Unicode.Char.General No: Number, Other