The State monad transformer using CPS style.
@[always_inline]
Equations
@[always_inline]
instance
StateCpsT.instMonadStateOf
{σ : Type u}
{m : Type u → Type v}
:
MonadStateOf σ (StateCpsT σ m)
Equations
- One or more equations did not get rendered due to their size.
Equations
- StateCpsT.instMonadLiftOfMonad = { monadLift := fun {α : Type ?u.27} => StateCpsT.lift }