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