We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index
dsimp
1 parent b486c67 commit 51f01d8Copy full SHA for 51f01d8
src/Init/MetaTypes.lean
@@ -104,6 +104,11 @@ structure Config where
104
That is, given a local context containing entry `x : t := e`, the free variable `x` reduces to `e`.
105
-/
106
zetaDelta : Bool := false
107
+ /--
108
+ When `index` (default : `true`) is `false`, `simp` will only use the root symbol
109
+ to find candidate `simp` theorems. It approximates Lean 3 `simp` behavior.
110
+ -/
111
+ index : Bool := true
112
deriving Inhabited, BEq
113
114
end DSimp
0 commit comments