chore: change simp default to decide := false

This commit is contained in:
Scott Morrison 2022-11-27 08:31:33 +11:00 committed by Leonardo de Moura
parent 42a080fae2
commit c4ff5fe199

View file

@ -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