Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. resumeSpan :: Resume -> SrcSpan

    ghc-lib GHC.Runtime.Eval

    No documentation available.

  2. resumeStmt :: Resume -> String

    ghc-lib GHC.Runtime.Eval

    No documentation available.

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

    ghc-lib GHC.Runtime.Interpreter

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

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

    ghc-lib GHC.Runtime.Interpreter

    Resume evaluation of a statement after a breakpoint

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

    ghc-lib GHC.Runtime.Interpreter

    No documentation available.

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

    ghc-lib GHC.Runtime.Interpreter.Process

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

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

    ghc-lib GHC.Runtime.Interpreter.Process

    Resume evaluation of a statement after a breakpoint

  8. HFSBySubsumption :: HoleFitSortingAlg

    ghc-lib GHC.Tc.Errors.Hole

    No documentation available.

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

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

  10. data DeepSubsumptionFlag

    ghc-lib GHC.Tc.Utils.Unify

    No documentation available.

Page 248 of many | Previous | Next