Portability | portable (template-haskell) |
---|---|
Stability | experimental |
Maintainer | Matt Morrow <mjm2002@gmail.com> |
Language.Haskell.Meta.Parse
Description
Documentation
parseResultToEither :: ParseResult a -> Either String a
parseHsModule :: String -> Either String Module
parseHsDecls :: String -> Either String [Decl]
parseHsType :: String -> Either String Type
parseHsExp :: String -> Either String Exp
parseHsPat :: String -> Either String Pat
pprHsModule :: Module -> String
moduleDecls :: Module -> [Decl]
emptyHsModule :: String -> Module