@[implicit_reducible]
Equations
Equations
Instances For
Map from
e.fromDeclNametoe
Instances For
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
If e (as a whole) matches a [csimp] theorem, returns the replacement expression.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Compiler.CSimp.replaceConstant? env e = pure none
Instances For
If e (as a whole) matches a [csimp] theorem, returns the replacement expression, or else e.
Equations
- Lean.Compiler.CSimp.replaceConstant env e = do let __do_lift ← Lean.Compiler.CSimp.replaceConstant? env e pure (__do_lift.getD e)
Instances For
Equations
- Lean.Compiler.hasCSimpAttribute env declName = (Lean.ScopedEnvExtension.getState Lean.Compiler.CSimp.ext env).thmNames.contains declName