From 2eda11ca28589991471ff3251cccc2471424770e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Dec 2010 22:50:20 +0000 Subject: Destructuring (i.e. working `match'). git-svn-id: http://svn.drobilla.net/resp/resp@374 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index fa01f80..fa66812 100755 --- a/test.sh +++ b/test.sh @@ -33,6 +33,6 @@ run './test/let-over-fn.resp' '2 : Int' run './test/let.resp' '5 : Int' # Algebraic data types -run './test/match.resp' '"Hello, rectangle!" : String' +run './test/match.resp' '12.0000 : Float' #run './test/poly.resp' '#t : Bool' -- cgit v1.2.1