summaryrefslogtreecommitdiff
path: root/tests/rec.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rec.ur')
-rw-r--r--tests/rec.ur3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rec.ur b/tests/rec.ur
index 6131337e..0a0c7445 100644
--- a/tests/rec.ur
+++ b/tests/rec.ur
@@ -1,3 +1,4 @@
-val rec main = fn () => <html><body>
+
+fun main () : transaction page = return <html><body>
<a link={main ()}>Ride again!</a>
</body></html>