Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
parseDecl :: Parser (Declaration ()) Source #
parseModule :: [LexResult] -> Either (NonEmpty ParserError) (PartialResult (Module ())) Source #
parseImportDeclP :: Parser (ImportDecl ()) Source #
parseDeclP :: Parser (Declaration ()) Source #
parseExprP :: Parser (Expr ()) Source #
parseTypeP :: Parser (Type ()) Source #
data PartialResult a Source #
PartialResult | |
|
Instances
Functor PartialResult Source # | |
Defined in Language.PureScript.CST.Parser fmap :: (a -> b) -> PartialResult a -> PartialResult b # (<$) :: a -> PartialResult b -> PartialResult a # |