Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. tfid_xtn :: TyFamInstDecl pass -> XCTyFamInstDecl pass

    ghc GHC.Hs.Decls

    No documentation available.

  2. DsiDocChunk :: !HsDoc GhcRn -> DocStructureItem

    ghc GHC.Hs.Doc

    No documentation available.

  3. data WithHsDocIdentifiers a pass

    ghc GHC.Hs.Doc

    Annotate a value with the probable identifiers found in it These will be used by haddock to generate links. The identifiers are bundled along with their location in the source file. This is useful for tooling to know exactly where they originate. This type is currently used in two places - for regular documentation comments, with a set to HsDocString, and for adding identifier information to warnings, where a is StringLiteral

  4. WithHsDocIdentifiers :: a -> [Located (IdP pass)] -> WithHsDocIdentifiers a pass

    ghc GHC.Hs.Doc

    No documentation available.

  5. hsDocIdentifiers :: WithHsDocIdentifiers a pass -> ![Located (IdP pass)]

    ghc GHC.Hs.Doc

    No documentation available.

  6. hsDocIds :: WithHsDocIdentifiers a GhcRn -> NameSet

    ghc GHC.Hs.Doc

    Extract a mapping from the lexed identifiers to the names they may correspond to.

  7. type OutputableBndrId (pass :: Pass) = (OutputableBndr IdGhcP pass, OutputableBndr IdGhcP NoGhcTcPass pass, Outputable GenLocated Anno IdGhcP pass IdGhcP pass, Outputable GenLocated Anno IdGhcP NoGhcTcPass pass IdGhcP NoGhcTcPass pass, IsPass pass)

    ghc GHC.Hs.Extension

    Constraint type to bundle up the requirement for OutputableBndr on both the id and the NoGhcTc of it. See Note [NoGhcTc].

  8. hsRecFieldId :: HsRecField GhcTc arg -> Id

    ghc GHC.Hs.Pat

    No documentation available.

  9. hsRecUpdFieldId :: HsFieldBind (LAmbiguousFieldOcc GhcTc) arg -> Located Id

    ghc GHC.Hs.Pat

    No documentation available.

  10. collectHsIdBinders :: forall (idL :: Pass) (idR :: Pass) . CollectPass (GhcPass idL) => CollectFlag (GhcPass idL) -> HsValBindsLR (GhcPass idL) (GhcPass idR) -> [IdP (GhcPass idL)]

    ghc GHC.Hs.Utils

    Collect Id binders only, or Ids + pattern synonyms, respectively

Page 513 of many | Previous | Next