fix(tests/lean/run/cases_bug): adjust test to changes in the std lib
This commit is contained in:
parent
05c3ede683
commit
912c5254de
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import logic.cast
|
||||
|
||||
theorem cast_heq : ∀ {A B : Type} (H : A = B) (a : A), cast H a == a
|
||||
theorem cast_heq₂ : ∀ {A B : Type} (H : A = B) (a : A), cast H a == a
|
||||
| A A (eq.refl A) a := heq_of_eq !cast_eq
|
||||
|
|
Loading…
Reference in a new issue