annotate tests/html_fn.lac @ 220:2b665e822e9a

SQL boolean operators
author Adam Chlipala <adamc@hcoop.net>
date Sat, 16 Aug 2008 17:35:28 -0400
parents adfa2c7a75da
children
rev   line source
adamc@139 1 val main : unit -> page = 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>