Language.Haskell.GHC.HappyParser
fullStatement :: P (Maybe (LStmt GhcPs (LHsExpr GhcPs))) Source #
fullImport :: P (LImportDecl GhcPs) Source #
fullDeclaration :: P (OrdList (LHsDecl GhcPs)) Source #
fullExpression :: P (LHsExpr GhcPs) Source #
fullTypeSignature :: P (Located (OrdList (LHsDecl GhcPs))) Source #
fullModule :: P (Located HsModule) Source #