diff tests/html.lac @ 93:94afff1ff7f6

More fun with HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 17:14:35 -0400
parents 1a4c51fa615c
children 713e01fd7924
line wrap: on
line diff
--- a/tests/html.lac	Thu Jul 03 17:02:42 2008 -0400
+++ b/tests/html.lac	Thu Jul 03 17:14:35 2008 -0400
@@ -1,5 +1,9 @@
-val text : xml[Html] = <html>
+val main = fn () => <html>
         <head>
                 <title>Hello World!</title>
         </head>
+
+        <body>
+                <b>Hello</b> <i>World</i>!
+        </body>
 </html>