From 959f07d717b29f083b275333b38e40e5b9f78a9d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 15:18:00 -0400 Subject: Add 'ne' to 'eq' type class --- tests/eq.ur | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/eq.ur') diff --git a/tests/eq.ur b/tests/eq.ur index 0c5cde60..14c50e3a 100644 --- a/tests/eq.ur +++ b/tests/eq.ur @@ -3,3 +3,5 @@ val b2 = "Good" = "Bad" fun eq_pair (t1 :: Type) (t2 :: Type) (eq1 : eq t1) (eq2 : eq t2) (x : t1 * t2) (y : t1 * t2) = x.1 = y.1 + +val b3 = True <> False -- cgit v1.2.3