- none: {α : Type u} → Lean.LOption α
- some: {α : Type u} → α → Lean.LOption α
- undef: {α : Type u} → Lean.LOption α
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- none.toLOption = Lean.LOption.none
- (some a).toLOption = Lean.LOption.some a