purescript-0.5.6: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Parser.Declarations

Description

Parsers for module definitions and declarations

Synopsis

Documentation

parseModule :: Parsec String ParseState Module Source

Parse a module header and a collection of declarations

parseModules :: Parsec String ParseState [Module] Source

Parse a collection of modules

parseBinderNoParens :: Parsec String ParseState Binder Source

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