Safe Haskell | None |
---|
Language.PureScript.Parser.Declarations
Description
Parsers for module definitions and declarations
Documentation
parseDeclaration :: Parsec String ParseState DeclarationSource
Parse a single declaration
parseModule :: Parsec String ParseState ModuleSource
Parse a module header and a collection of declarations
parseModules :: Parsec String ParseState [Module]Source
Parse a collection of modules