purescript-0.5.0: PureScript Programming Language Compiler

Safe HaskellNone

Language.PureScript.Parser.Declarations

Description

Parsers for module definitions and declarations

Synopsis

Documentation

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

parseBinderNoParens :: Parsec String ParseState BinderSource

Parse a binder as it would appear in a top level declaration