Documentation

Lake.Util.Exit

@[reducible, inline]

A process exit / return code.

Equations
class Lake.MonadExit (m : Type u → Type v) :
Type (max (u + 1) v)
Instances
instance Lake.instMonadExitOfMonadLift {m : Type u_1 → Type u_2} {n : Type u_1 → Type u_3} [MonadLift m n] [MonadExit m] :
Equations
@[inline]
def Lake.exitIfErrorCode {m : TypeType u_1} [Pure m] [MonadExit m] (rc : ExitCode) :

Exit with ExitCode if it is not 0. Otherwise, continue.

Equations