Equations
- Lean.Compiler.CSimp.instInhabitedEntry = { default := { fromDeclName := default, toDeclName := default, thmName := default } }
Equations
- Lean.Compiler.CSimp.instInhabitedState = { default := { map := default, thmNames := default } }
Equations
- Lean.Compiler.CSimp.State.switch x = match x with | { map := map, thmNames := thmNames } => { map := Lean.SMap.switch map, thmNames := Lean.SSet.switch thmNames }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[export lean_csimp_replace_constants]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Compiler.hasCSimpAttribute env declName = Lean.SSet.contains (Lean.ScopedEnvExtension.getState Lean.Compiler.CSimp.ext env).thmNames declName