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. AnnHiding :: AnnKeywordId

    ghc GHC

    No documentation available.

  2. data AnnKeywordId

    ghc GHC

    Exact print annotations exist so that tools can perform source to source conversions of Haskell code. They are used to keep track of the various syntactic keywords that are not otherwise captured in the AST. The wiki page describing this feature is https://gitlab.haskell.org/ghc/ghc/wikis/api-annotations https://gitlab.haskell.org/ghc/ghc/-/wikis/implementing-trees-that-grow/in-tree-api-annotations Note: in general the names of these are taken from the corresponding token, unless otherwise noted See Note [exact print annotations] above for details of the usage

  3. data BreakpointId

    ghc GHC

    Breakpoint identifier. See Note [Breakpoint identifiers]

  4. BreakpointId :: Module -> Int -> BreakpointId

    ghc GHC

    No documentation available.

  5. IIDecl :: ImportDecl GhcPs -> InteractiveImport

    ghc GHC

    Bring the exports of a particular module (filtered by an import decl) into scope

  6. data InternalBreakpointId

    ghc GHC

    Internal breakpoint identifier See Note [Breakpoint identifiers]

  7. InternalBreakpointId :: Module -> Int -> Module -> Int -> InternalBreakpointId

    ghc GHC

    No documentation available.

  8. Opt_AutoSccsOnIndividualCafs :: GeneralFlag

    ghc GHC

    No documentation available.

  9. Opt_HideAllPackages :: GeneralFlag

    ghc GHC

    No documentation available.

  10. Opt_HideAllPluginPackages :: GeneralFlag

    ghc GHC

    No documentation available.

Page 438 of many | Previous | Next