Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. type EpAnnForallTy = EpAnn (AddEpAnn, AddEpAnn)

    ghc GHC.Hs.Type

    No documentation available.

  2. HsForAllInvis :: XHsForAllInvis pass -> [LHsTyVarBndr Specificity pass] -> HsForAllTelescope pass

    ghc GHC.Hs.Type

    An invisible forall (e.g., forall a {b} c. {...}), where each binder has a Specificity.

  3. data HsForAllTelescope pass

    ghc GHC.Hs.Type

    The type variable binders in an HsForAllTy. See also Note [Variable Specificity and Forall Visibility] in GHC.Tc.Gen.HsType.

  4. HsForAllTy :: XForAllTy pass -> HsForAllTelescope pass -> LHsType pass -> HsType pass

    ghc GHC.Hs.Type

  5. HsForAllVis :: XHsForAllVis pass -> [LHsTyVarBndr () pass] -> HsForAllTelescope pass

    ghc GHC.Hs.Type

    A visible forall (e.g., forall a -> {...}). These do not have any notion of specificity, so we use () as a placeholder value.

  6. XHsForAllTelescope :: !XXHsForAllTelescope pass -> HsForAllTelescope pass

    ghc GHC.Hs.Type

    No documentation available.

  7. hsForAllTelescopeNames :: forall (p :: Pass) . HsForAllTelescope (GhcPass p) -> [IdP (GhcPass p)]

    ghc GHC.Hs.Type

    No documentation available.

  8. hst_xforall :: HsType pass -> XForAllTy pass

    ghc GHC.Hs.Type

    No documentation available.

  9. mkHsForAllInvisTele :: forall (p :: Pass) . EpAnnForallTy -> [LHsTyVarBndr Specificity (GhcPass p)] -> HsForAllTelescope (GhcPass p)

    ghc GHC.Hs.Type

    No documentation available.

  10. mkHsForAllVisTele :: forall (p :: Pass) . EpAnnForallTy -> [LHsTyVarBndr () (GhcPass p)] -> HsForAllTelescope (GhcPass p)

    ghc GHC.Hs.Type

    No documentation available.

Page 459 of many | Previous | Next