diff tests/rec.lac @ 123:e3041657d653

Parsing and elaborating (non-mutual) 'val rec'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Jul 2008 10:09:34 -0400
parents
children 96bd3350e77d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/rec.lac	Thu Jul 17 10:09:34 2008 -0400
@@ -0,0 +1,3 @@
+val rec looper = fn () => <html><body>
+        <a link={looper ()}>Ride again!</a>
+</body></html>