@[inline]
Equations
@[inline]
Equations
- One or more equations did not get rendered due to their size.
unsafe def
Lean.Expr.ReplaceImpl.replaceUnsafeM
(f? : Lean.Expr → Option Lean.Expr)
(size : USize)
(e : Lean.Expr)
:
Equations
- Lean.Expr.ReplaceImpl.replaceUnsafeM f? size e = Lean.Expr.ReplaceImpl.replaceUnsafeM.visit f? size e
Equations
- One or more equations did not get rendered due to their size.
unsafe def
Lean.Expr.ReplaceImpl.replaceUnsafe
(f? : Lean.Expr → Option Lean.Expr)
(e : Lean.Expr)
: