TokenTags

Plain source file: base/pretty/TokenTags.hs (2004-11-06)

TokenTags is imported by: PrettyDoc, PrettyPrint2.

module TokenTags where
import Ix

data TokenTag
  = Comment | Reserved | Var | Con | TCon | VarOp | ConOp | Lit | ModName
  deriving (Eq,Ord,Ix,Bounded,Show)

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)