Skip to content

Commit

Permalink
iota := true is the default, so it can be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
JovanGerb committed Feb 4, 2025
1 parent fef8b6a commit e13dde2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Lean/Meta/Tactic/Simp/SimpTheorems.lean
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ structure SimpTheorems where
Configuration for `MetaM` used to process global simp theorems
-/
def simpGlobalConfig : ConfigWithKey :=
{ iota := true
proj := .no
{ proj := .no
zetaDelta := false
transparency := .reducible
: Config }.toConfigWithKey
Expand Down

0 comments on commit e13dde2

Please sign in to comment.