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.
-
ghc GHC.Iface.Type ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep
type
IfaceForAllBndr = VarBndr IfaceBndr ForAllTyFlagghc GHC.Iface.Type No documentation available.
-
ghc GHC.Iface.Type No documentation available.
type
IfaceForAllSpecBndr = VarBndr IfaceBndr Specificityghc GHC.Iface.Type No documentation available.
IfaceForAllTy :: IfaceForAllBndr -> IfaceType -> IfaceTypeghc GHC.Iface.Type No documentation available.
-
ghc GHC.Iface.Type Show forall flag Unconditionally show the forall quantifier with (ShowForAllMust) or when (ShowForAllWhen) the names used are free in the binder or when compiling with -fprint-explicit-foralls.
ShowForAllMust :: ShowForAllFlagghc GHC.Iface.Type No documentation available.
ShowForAllWhen :: ShowForAllFlagghc GHC.Iface.Type No documentation available.
appArgsIfaceTypesForAllTyFlags :: IfaceAppArgs -> [(IfaceType, ForAllTyFlag)]ghc GHC.Iface.Type No documentation available.
ifForAllBndrName :: IfaceForAllBndr -> IfLclNameghc GHC.Iface.Type Extract the variable name from an IfaceForAllBndr.