view tests/html_fn.ur @ 652:9db6880184d0

Revising manual, through main syntax section
author Adam Chlipala <adamc@hcoop.net>
date Thu, 12 Mar 2009 10:16:59 -0400
parents 71bafe66dbe1
children
line wrap: on
line source
val main : unit -> page = fn () => <html>
        <head>
                <title>Hello World!</title>
        </head>

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