Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ethd_mod_header :: ExtractedTHDocs -> Maybe (HsDoc GhcRn)ghc-lib-parser GHC.Hs.Doc The added module header documentation, if it exists.
getLHsInstDeclHead :: forall (p :: Pass) . LHsSigType (GhcPass p) -> LHsType (GhcPass p)ghc-lib-parser GHC.Hs.Type Decompose a type class instance type (of the form forall tvs. context => instance_head) into the instance_head.
-
ghc-lib-parser GHC.Hs.Type Retrieve the name of the "head" of a nested type application. This is somewhat like GHC.Tc.Gen.HsType.splitHsAppTys, but a little more thorough. The purpose of this function is to examine instance heads, so it doesn't handle *all* cases (like lists, tuples, (~), etc.).
ShowHeader :: AltPpr -> ShowHowMuchghc-lib-parser GHC.Iface.Syntax Header information only, not rhs
ifRuleHead :: IfaceRule -> IfExtNameghc-lib-parser GHC.Iface.Syntax No documentation available.
-
ghc-lib-parser GHC.Iface.Syntax Show a declaration but not its RHS.
ShowHeader :: AltPpr -> ShowHowMuchghc-lib-parser GHC.Iface.Type Header information only, not rhs
-
ghc-lib-parser GHC.Internal.TH.Syntax Common elements of OpenTypeFamilyD and ClosedTypeFamilyD. By analogy with "head" for type classes and type class instances as defined in Type classes: an exploration of the design space, the TypeFamilyHead is defined to be the elements of the declaration between type family and where.
-
ghc-lib-parser GHC.Internal.TH.Syntax No documentation available.
parseHeader :: P (Located (HsModule GhcPs))ghc-lib-parser GHC.Parser No documentation available.