ghc-parser-0.2.0.2: Haskell source parser from GHC.
Language.Haskell.GHC.HappyParser
fullStatement :: P (Maybe (LStmt GhcPs (LHsExpr GhcPs))) #
fullImport :: P (LImportDecl GhcPs) #
fullDeclaration :: P (OrdList (LHsDecl GhcPs)) #
fullExpression :: P (LHsExpr GhcPs) #
fullTypeSignature :: P (Located (OrdList (LHsDecl GhcPs))) #
fullModule :: P (Located (HsModule GhcPs)) #