preprocessor-tools-0.1.2: A framework for extending Haskell's syntax via quick-and-dirty preprocessors

Language.Haskell.Preprocessor.Token

Documentation

data Token Source

Constructors

Token 

Fields

tag :: Tag
 
com :: [Token]
 
loc :: Loc
 
val :: String