view tests/html_fn.lac @ 108:f59553dc1b6a

Fix dependency graph mismatch in sources
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 16:05:14 -0400
parents f0f59e918cac
children 813e5a52063d
line wrap: on
line source
val main = fn () => <html>
        <head>
                <title>Hello World!</title>
        </head>

        <body>
                <b>Hello</b> <i>World</i>!
        </body>
</html>

page main