Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. type family XForAllTy x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  2. type family XHsForAllInvis x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  3. type family XHsForAllVis x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  4. type family XIEThingAll x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  5. type family XXHsForAllTelescope x

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  6. IEThingAll :: XIEThingAll pass -> LIEWrappedName pass -> Maybe (ExportDoc pass) -> IE pass

    ghc Language.Haskell.Syntax.ImpExp

    Imported or exported thing with wildcard subordinate list (e..g (..)) The thing is a ClassType and the All refers to methodsconstructors

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

    ghc Language.Haskell.Syntax.Type

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

  8. data HsForAllTelescope pass

    ghc Language.Haskell.Syntax.Type

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

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

    ghc Language.Haskell.Syntax.Type

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

    ghc Language.Haskell.Syntax.Type

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

Page 329 of many | Previous | Next