chore: change simp default to decide := false
This commit is contained in:
parent
42a080fae2
commit
c4ff5fe199
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ structure Config where
|
|||
etaStruct : EtaStructMode := .all
|
||||
iota : Bool := true
|
||||
proj : Bool := true
|
||||
decide : Bool := true
|
||||
decide : Bool := false
|
||||
autoUnfold : Bool := false
|
||||
deriving Inhabited, BEq, Repr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue