@[inline]
def
Lake.LakeT.run
{m : Type → Type u_1}
{α : Type}
(ctx : Lake.Context)
(self : Lake.LakeT m α)
:
m α
Equations
- Lake.LakeT.run ctx self = ReaderT.run self ctx
@[inline]
Equations
- Lake.LakeM.run ctx self = Id.run (ReaderT.run self ctx)