doc: use modern configuration syntax in the Simp.Config documentation (#9174)
The new config syntax is preferred for new code: change the documentation to use it. This was [discussed on zulip](https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/Using.20config.20vs.20optConfig.20in.20language.20documentation/with/526948836).
This commit is contained in:
parent
77d79f705f
commit
a7c982204e
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ def defaultMaxSteps := 100000
|
|||
|
||||
/--
|
||||
The configuration for `simp`.
|
||||
Passed to `simp` using, for example, the `simp (config := {contextual := true})` syntax.
|
||||
Passed to `simp` using, for example, the `simp +contextual` or `simp (maxSteps := 100000)` syntax.
|
||||
|
||||
See also `Lean.Meta.Simp.neutralConfig` and `Lean.Meta.DSimp.Config`.
|
||||
-/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue