Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Runtime.Interpreter.Process Resume evaluation of a statement after a breakpoint
-
ghc GHC.Settings.Constants No documentation available.
HFSBySubsumption :: HoleFitSortingAlgghc GHC.Tc.Errors.Hole No documentation available.
tcSubsumes :: TcSigmaType -> TcSigmaType -> TcM Boolghc GHC.Tc.Errors.Hole Reports whether first type (ty_a) subsumes the second type (ty_b), discarding any errors. Subsumption here means that the ty_b can fit into the ty_a, i.e. `tcSubsumes a b == True` if b is a subtype of a.
IllegalSumAlt :: SumAlt -> ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
IllegalSumArity :: SumArity -> ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
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.