doc: fix simp configuration option default value for decide (#3894)
This commit is contained in:
parent
ddbdfb954b
commit
c24b419ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ structure Config where
|
|||
-/
|
||||
proj : Bool := true
|
||||
/--
|
||||
When `true` (default: `true`), rewrites a proposition `p` to `True` or `False` by inferring
|
||||
When `true` (default: `false`), rewrites a proposition `p` to `True` or `False` by inferring
|
||||
a `Decidable p` instance and reducing it.
|
||||
-/
|
||||
decide : Bool := false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue