Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
module Language.Haskell.Exts.
Parser Annotated parser for Haskell with extensions.
ParseFailed :: SrcLoc -> String -> ParseResult ahaskell-src-exts Language.Haskell.Exts.Parser The parse failed at the specified source location, with an error message.
-
haskell-src-exts Language.Haskell.Exts.Parser Static parameters governing a parse. Note that the various parse functions in Language.Haskell.Exts.Parser never look at LANGUAGE pragmas, regardless of what the ignoreLanguagePragmas flag is set to. Only the various parseFile functions in Language.Haskell.Exts will act on it, when set to False.
-
haskell-src-exts Language.Haskell.Exts.Parser No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Parser The parse succeeded, yielding a value.
-
haskell-src-exts Language.Haskell.Exts.Parser The result of a parse.
-
haskell-src-exts Language.Haskell.Exts.Parser Class providing function for parsing at many different types. Note that for convenience of implementation, the default methods have definitions equivalent to undefined. The minimal definition is all of the visible methods.