hdirect-0.21.0: An IDL compiler for Haskell

LexM

Documentation

data LexM a Source

Instances

runLexM :: [String] -> String -> String -> LexM a -> IO aSource

thenLexM :: LexM a -> (a -> LexM b) -> LexM bSource