fix(tests/lean): adjust test to new eval semantics

This commit is contained in:
Leonardo de Moura 2014-11-10 21:10:33 -08:00
parent 4ebd3e2c27
commit e2ce942513

View file

@ -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₂