From 27b7ae9ca08e4675341166928806f66623132ae2 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 15 Oct 2011 10:31:30 -0400 Subject: Change error message display order: only show disjointness/type class failures if all record unifications succeeded --- tests/nopoly.ur | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/nopoly.ur (limited to 'tests/nopoly.ur') diff --git a/tests/nopoly.ur b/tests/nopoly.ur new file mode 100644 index 00000000..687403aa --- /dev/null +++ b/tests/nopoly.ur @@ -0,0 +1,2 @@ +fun x y = y.Hellodsad +val bar = x {Hello = 1, RightO = 2} -- cgit v1.2.3