@[reducible, inline]
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- Lean.Meta.Sym.DSimp.instAndThenDSimproc = { andThen := fun (f : Lean.Meta.Sym.DSimp.DSimproc) (g : Unit → Lean.Meta.Sym.DSimp.DSimproc) => f.andThen (g ()) }
@[reducible, inline]
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- Lean.Meta.Sym.DSimp.instOrElseDSimproc = { orElse := fun (f : Lean.Meta.Sym.DSimp.DSimproc) (g : Unit → Lean.Meta.Sym.DSimp.DSimproc) => f.orElse (g ()) }
@[reducible, inline]
Wraps a DSimproc so that any exception is caught and treated as .rfl (no rewrite).
Equations
- One or more equations did not get rendered due to their size.