Language.Haskell.Colorize
Documentation
The different types of that we recognize.
Constructors
| Comment | Comment |
| Reserved | Reserved word |
| ReservedOp | Reserved operator |
| Var | Variables |
| VarOp | Variable operatros |
| Con | Constructors |
| ConOp | Constructor operators |
| Special | Special syntax (e.g., parens,brackets) |
| IntLit | Integer lieterals |
| FloatLit | Floating point literals |
| CharLit | Character literals |
| StringLit | String literals |