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.urs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/twoArg.urs (limited to 'tests/twoArg.urs') diff --git a/tests/twoArg.urs b/tests/twoArg.urs new file mode 100644 index 00000000..9eb22bec --- /dev/null +++ b/tests/twoArg.urs @@ -0,0 +1,3 @@ +val main : int -> string -> transaction page + +val shadow : transaction page -- cgit v1.2.3