@[reducible, inline]
A process exit / return code.
Equations
Instances For
instance
Lake.instMonadExitOfMonadLift
{m : Type u_1 → Type u_2}
{n : Type u_1 → Type u_3}
[MonadLift m n]
[MonadExit m]
:
Equations
- Lake.instMonadExitOfMonadLift = { exit := fun {α : Type ?u.33} (rc : Lake.ExitCode) => liftM (Lake.exit rc) }