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.

  1. ethd_mod_header :: ExtractedTHDocs -> Maybe (HsDoc GhcRn)

    ghc-lib-parser GHC.Hs.Doc

    The added module header documentation, if it exists.

  2. 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.

  3. hsTyGetAppHead_maybe :: forall (p :: Pass) . Anno (IdGhcP p) ~ SrcSpanAnnN => LHsType (GhcPass p) -> Maybe (LocatedN (IdP (GhcPass p)))

    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.).

  4. ShowHeader :: AltPpr -> ShowHowMuch

    ghc-lib-parser GHC.Iface.Syntax

    Header information only, not rhs

  5. ifRuleHead :: IfaceRule -> IfExtName

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  6. showToHeader :: ShowSub

    ghc-lib-parser GHC.Iface.Syntax

    Show a declaration but not its RHS.

  7. ShowHeader :: AltPpr -> ShowHowMuch

    ghc-lib-parser GHC.Iface.Type

    Header information only, not rhs

  8. data TypeFamilyHead

    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.

  9. TypeFamilyHead :: Name -> [TyVarBndr BndrVis] -> FamilyResultSig -> Maybe InjectivityAnn -> TypeFamilyHead

    ghc-lib-parser GHC.Internal.TH.Syntax

    No documentation available.

  10. parseHeader :: P (Located (HsModule GhcPs))

    ghc-lib-parser GHC.Parser

    No documentation available.

Page 210 of many | Previous | Next