GHC.Runtime.Eval.Types
Documentation
Constructors
Resume | |
Fields
|
type ResumeBindings = ([TyThing], IcGlobalRdrEnv) Source #
data IcGlobalRdrEnv Source #
Essentially a GlobalRdrEnv, but with additional cached values to allow efficient re-calculation when the imports change. Fields are strict to avoid space leaks (see T4029) All operations are in GHC.Runtime.Context. See Note [icReaderEnv recalculation]
Constructors
IcGlobalRdrEnv | |
Fields
|
Constructors
History | |
Fields |
data ExecResult Source #
Constructors
ExecComplete | |
Fields | |
ExecBreak | |
Fields
|
data SingleStep Source #
Constructors
RunToCompletion | |
SingleStep | |
RunAndLogSteps |
isStep :: SingleStep -> Bool Source #
data ExecOptions Source #
Constructors
ExecOptions | |
Fields
|