From 195598d60fec7a9ea2096143d853fab8232b5138 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2009 03:20:22 +0000 Subject: . operator for destructuring Tuples (cons). git-svn-id: http://svn.drobilla.net/resp/tuplr@236 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 9fd86f8..13d2b00 100755 --- a/test.sh +++ b/test.sh @@ -18,3 +18,4 @@ run './test/def.tpr' '3 : Int' run './test/fac.tpr' '720 : Int' run './test/poly.tpr' '#t : Bool' run './test/nest.tpr' '6 : Int' +run './test/tup.tpr' '3 : Int' -- cgit v1.2.1