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.
-
ghc-lib-parser GHC.Cmm.MachOp No documentation available.
MemOrderSeqCst :: MemoryOrderingghc-lib-parser GHC.Cmm.MachOp sequentially consistent
mo_wordEq :: Platform -> MachOpghc-lib-parser GHC.Cmm.MachOp No documentation available.
IfEqual :: Integer -> Label -> SwitchPlan -> SwitchPlanghc-lib-parser GHC.Cmm.Switch No documentation available.
cmmEqType :: CmmType -> CmmType -> Boolghc-lib-parser GHC.Cmm.Type No documentation available.
cmmEqWord :: Platform -> CmmExpr -> CmmExpr -> CmmExprghc-lib-parser GHC.Cmm.Utils No documentation available.
-
ghc-lib-parser 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-lib-parser GHC.Core.Coercion Creates a primitive nominal type equality predicate with an explicit (but homogeneous) kind: (~#) k k ty1 ty2
mkPrimEqPred :: Type -> Type -> Typeghc-lib-parser GHC.Core.Coercion Creates a primitive nominal type equality predicate. t1 ~# t2 Invariant: the types are not Coercions
mkPrimEqPredRole :: Role -> Type -> Type -> PredTypeghc-lib-parser GHC.Core.Coercion Makes a lifted equality predicate at the given role