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.
IfWarnAll :: IfaceWarningTxt -> IfaceWarningsghc-lib-parser GHC.Iface.Syntax No documentation available.
IfaceFCall :: ForeignCall -> IfaceType -> IfaceExprghc-lib-parser GHC.Iface.Syntax No documentation available.
-
ghc-lib-parser GHC.Iface.Syntax no user import list
ss_forall :: ShowSub -> ShowForAllFlagghc-lib-parser GHC.Iface.Syntax No documentation available.
-
ghc-lib-parser 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-lib-parser GHC.Iface.Type No documentation available.
-
ghc-lib-parser GHC.Iface.Type No documentation available.
type
IfaceForAllSpecBndr = VarBndr IfaceBndr Specificityghc-lib-parser GHC.Iface.Type No documentation available.
IfaceForAllTy :: IfaceForAllBndr -> IfaceType -> IfaceTypeghc-lib-parser GHC.Iface.Type No documentation available.
-
ghc-lib-parser 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.