From ac6a32c651d76d10650fffb99f77f05c583ff0cf Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 21 Oct 2008 13:24:54 -0400 Subject: Simple listShop working --- tests/unurlify.ur | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/unurlify.ur (limited to 'tests/unurlify.ur') diff --git a/tests/unurlify.ur b/tests/unurlify.ur new file mode 100644 index 00000000..4bb523c1 --- /dev/null +++ b/tests/unurlify.ur @@ -0,0 +1,7 @@ +datatype list t = Nil | Cons of t * list t + +fun handler (ls : list bool) = return + +fun main () : transaction page = return + ! + -- cgit v1.2.3