annotate tests/html_fn.lac @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents f0f59e918cac
children adfa2c7a75da
rev   line source
adamc@98 1 val main = fn () => <html>
adamc@98 2 <head>
adamc@98 3 <title>Hello World!</title>
adamc@98 4 </head>
adamc@98 5
adamc@98 6 <body>
adamc@98 7 <b>Hello</b> <i>World</i>!
adamc@98 8 </body>
adamc@98 9 </html>