From d098fe4f553b05d3dc5c670f41ade66d64eb5853 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 12 Jan 2010 10:33:03 -0500 Subject: Supporting any number of arguments for explicitly exported functions --- tests/twoArg.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/twoArg.ur (limited to 'tests/twoArg.ur') diff --git a/tests/twoArg.ur b/tests/twoArg.ur new file mode 100644 index 00000000..bc2c81d2 --- /dev/null +++ b/tests/twoArg.ur @@ -0,0 +1,3 @@ +fun main n s = return {[n]}, {[s]} + +val shadow = return You found me! -- cgit v1.2.3