From acf13b1df559c6187d270ef7e31890201c191b12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Dec 2010 17:58:43 +0000 Subject: Add let form. git-svn-id: http://svn.drobilla.net/resp/resp@328 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 c307cc3..09432a7 100755 --- a/test.sh +++ b/test.sh @@ -22,6 +22,7 @@ run './test/inlinefn.resp' '2 : Int' run './test/nest.resp' '8 : Int' run './test/tup.resp' '5 : Int' run './test/string.resp' '"Hello, world!" : String' +run './test/let.resp' '5 : Int' run './test/match.resp' '"Hello, rectangle!" : String' #run './test/poly.resp' '#t : Bool' -- cgit v1.2.1