annotate tests/html_fn.ur @ 903:63114a2e5075

<dyn> inside <tr>
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Aug 2009 14:57:44 -0400
parents 71bafe66dbe1
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>