fix: set zeta to true at pattern conv tactic
This commit is contained in:
parent
4c335fd660
commit
881bf2a088
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ private def getContext : MetaM Simp.Context := do
|
|||
return {
|
||||
simpLemmas := {}
|
||||
congrLemmas := (← getCongrLemmas)
|
||||
config.zeta := false
|
||||
/-
|
||||
The `pattern` conv tactic is based on `conv`, and rewriting `let` terms may produce type incorrect results.
|
||||
-/
|
||||
config.zeta := true
|
||||
config.beta := false
|
||||
config.eta := false
|
||||
config.iota := false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue