diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-10-29 17:30:34 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-10-29 17:30:34 -0400 |
commit | 7be772d91d592c9a1ec201fb4bc07e8dd1f5a9f5 (patch) | |
tree | 0304d9c5614cecb6cec0fe974de29dc18a71ad15 /tests/unif1.ur | |
parent | 28e1f4daf5dd22a771359449ba79d5e7901bc41e (diff) |
Shorter, more focused error messages about undetermined unification variables
Diffstat (limited to 'tests/unif1.ur')
-rw-r--r-- | tests/unif1.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unif1.ur b/tests/unif1.ur new file mode 100644 index 00000000..9dac9b3e --- /dev/null +++ b/tests/unif1.ur @@ -0,0 +1,3 @@ +fun g n = n + 1 + +fun f x = x |