Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Core.Seq No documentation available.
seqUnfolding :: Unfolding -> ()ghc GHC.Core.Seq No documentation available.
pickyEqType :: Type -> Type -> Boolghc GHC.Core.TyCo.Compare Like pickyEqTypeVis, but returns a Bool for convenience
tcEqKind :: HasDebugCallStack => Kind -> Kind -> Boolghc GHC.Core.TyCo.Compare No documentation available.
tcEqTyConApps :: TyCon -> [Type] -> TyCon -> [Type] -> Boolghc GHC.Core.TyCo.Compare Check whether two TyConApps are the same; if the number of arguments are different, just checks the common prefix of arguments.
tcEqType :: HasDebugCallStack => Type -> Type -> Boolghc GHC.Core.TyCo.Compare tcEqType implements typechecker equality It behaves just like eqType, but is implemented differently (for now)
tcEqTypeNoKindCheck :: Type -> Type -> Boolghc GHC.Core.TyCo.Compare Just like tcEqType, but will return True for types of different kinds as long as their non-coercion structure is identical.
-
ghc GHC.Core.TyCo.Rep No documentation available.
mkRequiredTyConBinder :: TyCoVarSet -> TyVar -> TyConBinderghc GHC.Core.TyCon Make a Required TyConBinder. It chooses between NamedTCB and AnonTCB based on whether the tv is mentioned in the dependent set
-
ghc GHC.Core.Type No documentation available.