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.
TcRnUnboxedTupleOrSumTypeFuncArg :: UnboxedTupleOrSum -> Type -> TcRnMessageghc GHC.Tc.Errors.Types TcRnUnboxedTupleTypeFuncArg is an error that occurs whenever an unboxed tuple or unboxed sum type is specified as a function argument, when the appropriate extension (`-XUnboxedTuples` or `-XUnboxedSums`) isn't enabled. Examples(s): -- T15073.hs import T15073a newtype Foo a = MkFoo a deriving P
- - T15073a.hs class P a where p :: a -> (# a #)
consumeFuel :: ExpansionFuel -> ExpansionFuelghc GHC.Tc.Types.Constraint Consumes one unit of fuel. Precondition: fuel > 0
FRRUnboxedSum :: !Maybe Int -> FixedRuntimeRepContextghc GHC.Tc.Types.Origin The RuntimeRep arguments to unboxed sums must be concrete RuntimeReps. Test cases: RepPolySum.
-
ghc GHC.Tc.Types.Origin An unboxed sum constructor.
mkFRRUnboxedSum :: Maybe Int -> FixedRuntimeRepContextghc GHC.Tc.Types.Origin A synonym for FRRUnboxedSum exposed in the hs-boot file for GHC.Tc.Types.Origin.
-
ghc GHC.Tc.Utils.Unify No documentation available.
getDeepSubsumptionFlag :: TcM DeepSubsumptionFlagghc GHC.Tc.Utils.Unify No documentation available.
UnboxedSumType :: UnboxedTupleOrSumghc GHC.Types.Basic No documentation available.
-
ghc GHC.Types.Basic Are we dealing with an unboxed tuple or an unboxed sum? Used when validity checking, see check_ubx_tuple_or_sum.
unboxedTupleOrSumExtension :: UnboxedTupleOrSum -> Extensionghc GHC.Types.Basic No documentation available.