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.CmmToAsm.BlockLayout No documentation available.
-
ghc GHC.CmmToAsm.Wasm.Types No documentation available.
-
ghc GHC.CmmToAsm.Wasm.Types No documentation available.
-
ghc GHC.Core.Class Information about a type family equation, used for validity checking of closed type family equations and associated type family default equations. This type exists to delay validity-checking after typechecking type declaration groups, to avoid cyclic evaluation inside the typechecking knot. See Note [Type-checking default assoc decls] in GHC.Tc.TyCl.
mkNomPrimEqPred :: Kind -> Type -> Type -> Typeghc GHC.Core.Coercion Creates a primitive nominal type equality predicate with an explicit (but homogeneous) kind: (~#) k k ty1 ty2
mkPrimEqPred :: Type -> Type -> Typeghc GHC.Core.Coercion Creates a primitive nominal type equality predicate. t1 ~# t2 Invariant: the types are not Coercions
mkPrimEqPredRole :: Role -> Type -> Type -> PredTypeghc GHC.Core.Coercion Makes a lifted equality predicate at the given role
mkReprPrimEqPred :: Type -> Type -> Typeghc GHC.Core.Coercion Creates a primitive representational type equality predicate. t1 ~R# t2 Invariant: the types are not Coercions
-
ghc GHC.Core.Coercion No documentation available.
-
ghc GHC.Core.Coercion.Axiom A more explicit representation for `t1 ~ t2`.