Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ImmConstantSum :: Imm -> Imm -> Immghc GHC.CmmToAsm.AArch64.Regs No documentation available.
ImmConstantSum :: Imm -> Imm -> Immghc GHC.CmmToAsm.PPC.Regs No documentation available.
ImmConstantSum :: Imm -> Imm -> Immghc GHC.CmmToAsm.X86.Regs No documentation available.
isUnboxedSumDataCon :: DataCon -> Boolghc GHC.Core.DataCon No documentation available.
aBSENT_SUM_FIELD_ERROR_ID :: Idghc GHC.Core.Make No documentation available.
mkCoreUnboxedSum :: Int -> Int -> [Type] -> CoreExpr -> CoreExprghc GHC.Core.Make Build an unboxed sum. Alternative number ("alt") starts from 1.
UnboxedSumTyCon :: AlgTyConFlavghc GHC.Core.TyCon An unboxed sum type constructor. This is distinct from VanillaAlgTyCon because we currently don't allow unboxed sums to be Typeable since there are too many of them. See #13276.
isUnboxedSumTyCon :: TyCon -> Boolghc GHC.Core.TyCon Is this the TyCon for an unboxed sum?
mkSumTyCon :: Name -> [TyConBinder] -> Kind -> [DataCon] -> AlgTyConFlav -> TyConghc GHC.Core.TyCon No documentation available.
isUnboxedSumType :: Type -> Boolghc GHC.Core.Type No documentation available.