From 58170e475a1a35685ccb180767c4f86489be5733 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Apr 2010 17:37:01 +0000 Subject: Better error reporting when unification fails (report both locations, and preserve locations during substitution). git-svn-id: http://svn.drobilla.net/resp/resp@256 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test/poly.resp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/poly.resp b/test/poly.resp index 33922e3..1857fdf 100644 --- a/test/poly.resp +++ b/test/poly.resp @@ -1,4 +1,4 @@ -(def eq (fn (x y) (= x y))) +(def (eq x y) (= x y)) (eq 1 2) (eq 1 1) -- cgit v1.2.1