| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Parser
Documentation
data ParserState Source
Constructors
| ParserState | |
Constructors
| Tagging | |
Fields
| |
type MyParser = CharParser ParserState Source
parseIDL :: String -> Either ParseError [Definition Tagging] Source
pDef :: MyParser (Definition Tagging) Source
pInheritance :: MyParser (Maybe Ident) Source
pMaybeIdent :: MyParser (Maybe Ident) Source
whiteSpace :: ParsecT String u Identity () Source
pLineComment :: ParsecT [Char] ParserState Identity () Source
pBlockComment :: ParsecT [Char] ParserState Identity () Source