Documentation

Lake.Config.Context

structure Lake.Context :

A Lake configuration.

@[reducible, inline]
abbrev Lake.LakeT (m : TypeType u_1) (α : Type) :
Type u_1

A transformer to equip a monad with a Lake.Context.

Equations
@[inline]
def Lake.LakeT.run {m : TypeType u_1} {α : Type} (ctx : Context) (self : LakeT m α) :
m α
Equations
@[reducible, inline]
abbrev Lake.LakeM (α : Type) :

A monad equipped with a Lake.Context.

Equations
Instances For
@[inline]
def Lake.LakeM.run {α : Type} (ctx : Context) (self : LakeM α) :
α
Equations