[−][src]Module mini_haskell::scanner::basic
basic character classes in "Haskell 2010 Report, 2.2 Lexical Program Structure".
Structs
| Any | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Digit | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Graphic | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Hexit | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Large | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Octit | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Small | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Special | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| Symbol | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |
| WhiteChar | see "Haskell 2010 Report, 2.2 Lexical Program Structure". |