Mercurial > urweb
view tests/recReal.lac @ 202:af5bd54cbbd7
Finish moving all phases to the new interface
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 12 Aug 2008 14:55:05 -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>