hscolour-1.20.1: Colourise Haskell code.

Safe HaskellSafe-Infered

Language.Haskell.HsColour.Classify

Synopsis

Documentation

data TokenType Source

Classification of tokens as lexical entities

tokenise :: String -> [(TokenType, String)]Source

Lex Haskell source code into an annotated token stream, without discarding any characters or layout.