From 7be772d91d592c9a1ec201fb4bc07e8dd1f5a9f5 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 29 Oct 2011 17:30:34 -0400 Subject: Shorter, more focused error messages about undetermined unification variables --- tests/unif1.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/unif1.ur (limited to 'tests/unif1.ur') 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 -- cgit v1.2.3