diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-10-15 10:31:30 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-10-15 10:31:30 -0400 |
commit | 27b7ae9ca08e4675341166928806f66623132ae2 (patch) | |
tree | 4b2d4d39aece6815b4c87f6e46503d6f5721c6f1 /tests | |
parent | 8a2f6e7bf923bc145cb85a5ed5cc34daa0f7d664 (diff) |
Change error message display order: only show disjointness/type class failures if all record unifications succeeded
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nopoly.ur | 2 |
1 files changed, 2 insertions, 0 deletions
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} |