Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- migrateToDebugging :: Debugging dbgState state -> state -> Debugging dbgState state
- migrationToDebugging :: Migration
- migrationFromDebugging :: Migration
- migrateFromDebugging :: state -> Debugging dbgState state -> state
- migrationDebugging :: Migration
Documentation
migrateToDebugging :: Debugging dbgState state -> state -> Debugging dbgState state Source #
migrationToDebugging :: Migration Source #
Tries to cast the current state into the joint state of debugger and program. Will cast to the program state if possible, or else try to cast to the debugger state.
migrationFromDebugging :: Migration Source #
Try to extract a state from the current joint state of debugger and program.
migrateFromDebugging :: state -> Debugging dbgState state -> state Source #
migrationDebugging :: Migration Source #
Combines migrationToDebugging
and migrationFromDebugging
.