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.
mkHomoForAllRedn :: [TyVarBinder] -> Reduction -> Reductionghc GHC.Core.Reduction Create a Reduction of a quantified type from a Reduction of the body. Combines mkHomoForAllCos and mkForAllTys.
pprRulesForUser :: [CoreRule] -> SDocghc GHC.Core.Rules No documentation available.
roPlatform :: RuleOpts -> !Platformghc GHC.Core.Rules.Config Target platform
substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]ghc GHC.Core.Subst No documentation available.
cmpForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Orderingghc GHC.Core.TyCo.Compare Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.
eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Boolghc GHC.Core.TyCo.Compare Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.
pprForAll :: [ForAllTyBinder] -> SDocghc GHC.Core.TyCo.Ppr No documentation available.
pprUserForAll :: [ForAllTyBinder] -> SDocghc GHC.Core.TyCo.Ppr Print a user-level forall; see Note [When to print foralls] in GHC.Iface.Type.
-
ghc GHC.Core.TyCo.Rep No documentation available.
mkForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Core.TyCo.Rep Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]