view tests/html_fn.ur @ 1776:8f28c3295148

Compiled a window function use
author Adam Chlipala <adam@chlipala.net>
date Sat, 02 Jun 2012 16:00:50 -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>