33f18b9454
The bug is exposed by new unit test
4 lines
153 B
Text
4 lines
153 B
Text
import logic
|
|
eval λ (A : Type) (x y : A) (H₁ : x = y) (H₂ : y = x), eq.trans H₁ H₂
|
|
-- Should not reduce to
|
|
-- λ (A : Type) (x y : A), eq.trans
|