Fixed broken test caused by fix to Π dyn. sem.

This commit is contained in:
William J. Bowman 2016-01-08 20:06:00 -05:00
parent 15593e1c98
commit 8eaedabe3b
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -620,7 +620,7 @@
(check-not-equiv? (term (reduce ((Π (x : t) x) (Unv 0)))) (term (Unv 0)))
(check-not-equiv? (term (reduce (Π (x : t) ((Π (x_0 : t) x_0) (Unv 0)))))
(term (Π (x : t) (Unv 0))))
(check-equiv? (term (reduce (Π (x : t) ((Π (x_0 : t) (x_0 x)) x))))
(check-not-equiv? (term (reduce (Π (x : t) ((Π (x_0 : t) (x_0 x)) x))))
(term (Π (x : t) (x x))))
(check-equiv? (term (reduce ,Δ (((((elim nat Type) (λ (x : nat) nat))
(s zero))