Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PolymorphicComponents :: KnownExtensionhaskell-src-exts Language.Haskell.Exts.Extension - GHC § 7.8.5 Allow data constructors to have polymorphic arguments. Unlike RankNTypes, does not allow this for ordinary functions.
PostfixOperators :: KnownExtensionhaskell-src-exts Language.Haskell.Exts.Extension - GHC § 7.3.12 Relax the interpretation of left operator sections to allow unary postfix operators.
-
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.