Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pprTransformStmt :: forall (p :: Pass) . OutputableBndrId p => [IdP (GhcPass p)] -> LHsExpr (GhcPass p) -> Maybe (LHsExpr (GhcPass p)) -> SDoc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  2. sumPatVbarsBefore :: EpAnnSumPat -> [EpToken "|"]

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  3. type EpAnnForallInvis = EpAnn (TokForall, EpToken ".")

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

  4. type EpAnnForallVis = EpAnn (TokForall, TokRarrow)

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Type

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

  6. data HsForAllTelescope pass

    ghc-lib-parser GHC.Hs.Type

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

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

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

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

    ghc-lib-parser 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.

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

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

Page 685 of many | Previous | Next