fix(tests/lean/simplifier11): contextual ite lemma has been renamed
This commit is contained in:
parent
d240b06ba2
commit
a0284b0e82
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ constants {b c x y u v : Prop} (dec_b : decidable b) (dec_c : decidable c)
|
|||
attribute h_t [simp]
|
||||
attribute h_e [simp]
|
||||
|
||||
attribute if_congr_prop [congr]
|
||||
attribute if_ctx_congr_prop [congr]
|
||||
|
||||
#simplify iff env 0 (ite b x y)
|
||||
end if_congr_prop
|
||||
|
|
Loading…
Reference in a new issue