From 447b60afccc89ef18d8f92a260dd1fcdf735898e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 08:32:18 -0400 Subject: Laconic -> Ur --- tests/equiv.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/equiv.ur (limited to 'tests/equiv.ur') diff --git a/tests/equiv.ur b/tests/equiv.ur new file mode 100644 index 00000000..19ac18d4 --- /dev/null +++ b/tests/equiv.ur @@ -0,0 +1,3 @@ +type t1 = {A : int, B : float} +type t2 = {B : float, A : int} +val e1 : t1 -> t2 = fn x => x -- cgit v1.2.3