From 7cfa621d957e18909cddab064955dc2ab6ad54be Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 10 Dec 2009 13:32:09 -0500 Subject: Basis.url and redirects --- tests/makeUrl.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/makeUrl.ur (limited to 'tests/makeUrl.ur') diff --git a/tests/makeUrl.ur b/tests/makeUrl.ur new file mode 100644 index 00000000..12026dab --- /dev/null +++ b/tests/makeUrl.ur @@ -0,0 +1,3 @@ +fun other () = return Hi! + +fun main () = return {[Basis.url (main ())]}, {[url (other ())]} -- cgit v1.2.3