CSPM.Parser
Documentation
parseFile :: String -> ParseMonad [PModule]Source
type ParseMonad = StateT ParserState IOSource
runParser :: ParseMonad a -> String -> IO aSource
libcspm-0.1.2: A library providing a parser, type checker and evaluator for CSPM.
CSPM.Parser
parseFile :: String -> ParseMonad [PModule]Source
type ParseMonad = StateT ParserState IOSource
runParser :: ParseMonad a -> String -> IO aSource