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.

  1. ResumeSeq :: RemoteRef (ResumeContext ()) -> Message (EvalStatus_ () ())

    ghc GHC.Runtime.Interpreter

    Resume forcing a free variable in a breakpoint (#2950)

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

    ghc GHC.Runtime.Interpreter

    Resume evaluation of a statement after a breakpoint

  3. resumeStmt :: Interp -> EvalOpts -> ForeignRef (ResumeContext [HValueRef]) -> IO (EvalStatus_ [ForeignHValue] [HValueRef])

    ghc GHC.Runtime.Interpreter

    No documentation available.

  4. ResumeSeq :: RemoteRef (ResumeContext ()) -> Message (EvalStatus_ () ())

    ghc GHC.Runtime.Interpreter.Process

    Resume forcing a free variable in a breakpoint (#2950)

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

    ghc GHC.Runtime.Interpreter.Process

    Resume evaluation of a statement after a breakpoint

  6. mAX_SUM_SIZE :: Int

    ghc GHC.Settings.Constants

    No documentation available.

  7. HFSBySubsumption :: HoleFitSortingAlg

    ghc GHC.Tc.Errors.Hole

    No documentation available.

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

  9. IllegalSumAlt :: SumAlt -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  10. IllegalSumArity :: SumArity -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

Page 96 of many | Previous | Next