view tests/html.lac @ 214:766b5475477f

Corifying con-tuples
author Adam Chlipala <adamc@hcoop.net>
date Sat, 16 Aug 2008 15:03:05 -0400
parents 713e01fd7924
children
line wrap: on
line source
val main = <html>
        <head>
                <title>Hello World!</title>
        </head>

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