Documentation

Init.While

Notation for while and repeat loops. #

repeat and while notation #

inductive Lean.Loop :
Instances For
@[inline]
def Lean.Loop.forIn {β : Type u} {m : Type u → Type v} [Monad m] :
Loop(init : β) → (f : Unitβm (ForInStep β)) → m β
Equations
@[specialize #[]]
partial def Lean.Loop.forIn.loop {β : Type u} {m : Type u → Type v} [Monad m] (f : Unitβm (ForInStep β)) (b : β) :
m β
instance Lean.instForInLoopUnit {m : Type u_1 → Type u_2} :
Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.