HsColour

Safe HaskellSafe-Infered

Language.Haskell.HsColour.Classify

Synopsis

Documentation

data TokenType

Classification of tokens as lexical entities

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

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