Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ParserOpts

    ghc GHC.Parser.Lexer

    Parser options. See mkParserOpts to construct this.

  2. ParserOpts :: ExtsBitmap -> DiagOpts -> [String] -> ParserOpts

    ghc GHC.Parser.Lexer

    No documentation available.

  3. PatternSynonymsBit :: ExtBits

    ghc GHC.Parser.Lexer

    No documentation available.

  4. module GHC.Parser.PostProcess

    No documentation available.

  5. data PV a

    ghc GHC.Parser.PostProcess

    No documentation available.

  6. data ParseContext

    ghc GHC.Parser.PostProcess

    Extra information for the expression GHC is currently inspecting/parsing. It can be used to generate more informative parser diagnostics and hints.

  7. ParseContext :: !Maybe RdrName -> PatIncompleteDoBlock -> ParseContext

    ghc GHC.Parser.PostProcess

    No documentation available.

  8. data PatBuilder p

    ghc GHC.Parser.PostProcess

    See Note [Ambiguous syntactic categories] and Note [PatBuilder]

  9. data PatBuilder p

    ghc GHC.Parser.Types

    See Note [Ambiguous syntactic categories] and Note [PatBuilder]

  10. PatBuilderApp :: LocatedA (PatBuilder p) -> LocatedA (PatBuilder p) -> PatBuilder p

    ghc GHC.Parser.Types

    No documentation available.

Page 151 of many | Previous | Next