Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
type family
XXHsForAllTelescope xghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
coreTyLamForAllTyFlag :: ForAllTyFlagghc-lib-parser Language.Haskell.Syntax.Specificity The ForAllTyFlag on a (Lam a e) term, where a is a type variable. If you want other ForAllTyFlag, use a cast. See Note [Required foralls in Core] in GHC.Core.TyCo.Rep
isInferredForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity No documentation available.
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity Does this ForAllTyFlag classify an argument that is not written in Haskell?
isSpecifiedForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity No documentation available.
isVisibleForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity Does this ForAllTyFlag classify an argument that is written in Haskell?
HsForAllInvis :: XHsForAllInvis pass -> [LHsTyVarBndr Specificity pass] -> HsForAllTelescope passghc-lib-parser Language.Haskell.Syntax.Type An invisible forall (e.g., forall a {b} c. {...}), where each binder has a Specificity.
-
ghc-lib-parser Language.Haskell.Syntax.Type The type variable binders in an HsForAllTy. See also Note [Variable Specificity and Forall Visibility] in GHC.Tc.Gen.HsType.
HsForAllTy :: XForAllTy pass -> HsForAllTelescope pass -> LHsType pass -> HsType passghc-lib-parser Language.Haskell.Syntax.Type No documentation available.