fix(tests/lean): adjust test to new eval
semantics
This commit is contained in:
parent
4ebd3e2c27
commit
e2ce942513
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
λ (A : Type) (x y : A) (H₁ : x = y) (H₂ : y = x), eq.trans H₁ H₂
|
||||
λ (A : Type) (x y : A) (H₁ : x = y) (H₂ : y = x), eq.rec H₁ H₂
|
||||
|
|
Loading…
Reference in a new issue