Documentation

Lean.Compiler.LCNF.MonadScope

Equations
  • One or more equations did not get rendered due to their size.
def Lean.Compiler.LCNF.inScope {m : TypeType} [MonadScope m] [Monad m] (fvarId : FVarId) :
Equations
@[inline]
def Lean.Compiler.LCNF.withParams {m : TypeType} {α : Type} [MonadScope m] [Monad m] (ps : Array Param) (x : m α) :
m α
Equations
  • One or more equations did not get rendered due to their size.
@[inline]
def Lean.Compiler.LCNF.withFVar {m : TypeType} {α : Type} [MonadScope m] [Monad m] (fvarId : FVarId) (x : m α) :
m α
Equations