Mercurial > urweb
view tests/rec2.ur @ 1533:75d77fbe7c94
Distribute applications of "arrow type" ECase across branches.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Fri, 12 Aug 2011 00:55:57 -0430 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val rec main = fn () => <html><body> <a link={aux ()}>See another page</a> </body></html> and aux = fn () => <html><body> <a link={main ()}>Back to square one</a> </body></html>