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.

  1. ResumeStmt :: EvalOpts -> RemoteRef (ResumeContext [HValueRef]) -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc GHC.Runtime.Interpreter.Process

    Resume evaluation of a statement after a breakpoint

  2. mAX_SUM_SIZE :: Int

    ghc GHC.Settings.Constants

    No documentation available.

  3. HFSBySubsumption :: HoleFitSortingAlg

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  4. tcSubsumes :: TcSigmaType -> TcSigmaType -> TcM Bool

    ghc 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.

  5. IllegalSumAlt :: SumAlt -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. IllegalSumArity :: SumArity -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  7. TcRnUnboxedTupleOrSumTypeFuncArg :: UnboxedTupleOrSum -> Type -> TcRnMessage

    ghc 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 #)
    Test cases: derivingshould_failT15073.hs derivingshould_failT15073a.hs typecheckshould_failT16059d

  8. consumeFuel :: ExpansionFuel -> ExpansionFuel

    ghc GHC.Tc.Types.Constraint

    Consumes one unit of fuel. Precondition: fuel > 0

  9. FRRUnboxedSum :: !Maybe Int -> FixedRuntimeRepContext

    ghc GHC.Tc.Types.Origin

    The RuntimeRep arguments to unboxed sums must be concrete RuntimeReps. Test cases: RepPolySum.

  10. RepPolySum :: RepPolyId

    ghc GHC.Tc.Types.Origin

    An unboxed sum constructor.

Page 97 of many | Previous | Next