Skip to content

Commit

Permalink
feat: change (d)simp's default zeta value to false
Browse files Browse the repository at this point in the history
As requested to test in leanprover#2682.
  • Loading branch information
ericrbg committed Oct 27, 2023
1 parent f76a17b commit ab8fdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Init/Meta.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ inductive EtaStructMode where
namespace DSimp

structure Config where
zeta : Bool := true
zeta : Bool := false
beta : Bool := true
eta : Bool := true
etaStruct : EtaStructMode := .all
Expand All @@ -1244,7 +1244,7 @@ structure Config where
contextual : Bool := false
memoize : Bool := true
singlePass : Bool := false
zeta : Bool := true
zeta : Bool := false
beta : Bool := true
eta : Bool := true
etaStruct : EtaStructMode := .all
Expand Down

0 comments on commit ab8fdef

Please sign in to comment.