Mercurial > urweb
view tests/recReal.lac @ 196:890a61991263
Lists all the way through
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 09 Aug 2008 16:48:32 -0400 |
parents | 5df655503288 |
children |
line wrap: on
line source
val rec endlessList = fn () => <body> <li> Buy eggs.</li> {endlessList ()} </body> val main = fn () => <html><body> {endlessList ()} </body></html>