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.
tfid_xtn :: TyFamInstDecl pass -> XCTyFamInstDecl passghc GHC.Hs.Decls No documentation available.
DsiDocChunk :: !HsDoc GhcRn -> DocStructureItemghc GHC.Hs.Doc No documentation available.
data
WithHsDocIdentifiers a passghc 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
WithHsDocIdentifiers :: a -> [Located (IdP pass)] -> WithHsDocIdentifiers a passghc GHC.Hs.Doc No documentation available.
hsDocIdentifiers :: WithHsDocIdentifiers a pass -> ![Located (IdP pass)]ghc GHC.Hs.Doc No documentation available.
hsDocIds :: WithHsDocIdentifiers a GhcRn -> NameSetghc GHC.Hs.Doc Extract a mapping from the lexed identifiers to the names they may correspond to.
-
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].
hsRecFieldId :: HsRecField GhcTc arg -> Idghc GHC.Hs.Pat No documentation available.
hsRecUpdFieldId :: HsFieldBind (LAmbiguousFieldOcc GhcTc) arg -> Located Idghc GHC.Hs.Pat No documentation available.
-
ghc GHC.Hs.Utils Collect Id binders only, or Ids + pattern synonyms, respectively