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.

  1. PolymorphicComponents :: KnownExtension

    haskell-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.

  2. PostfixOperators :: KnownExtension

    haskell-src-exts Language.Haskell.Exts.Extension

    • GHC § 7.3.12 Relax the interpretation of left operator sections to allow unary postfix operators.

  3. ParArrayLeftSquare :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  4. ParArrayRightSquare :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  5. PragmaEnd :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  6. module Language.Haskell.Exts.Parser

    Annotated parser for Haskell with extensions.

  7. ParseFailed :: SrcLoc -> String -> ParseResult a

    haskell-src-exts Language.Haskell.Exts.Parser

    The parse failed at the specified source location, with an error message.

  8. data ParseMode

    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.

  9. ParseMode :: String -> Language -> [Extension] -> Bool -> Bool -> Maybe [Fixity] -> Bool -> ParseMode

    haskell-src-exts Language.Haskell.Exts.Parser

    No documentation available.

  10. ParseOk :: a -> ParseResult a

    haskell-src-exts Language.Haskell.Exts.Parser

    The parse succeeded, yielding a value.

Page 255 of many | Previous | Next