diff tests/html.lac @ 97:713e01fd7924

Simplify HTML examples, until the dispatching is ready
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 18:11:14 -0400
parents 94afff1ff7f6
children
line wrap: on
line diff
--- a/tests/html.lac	Thu Jul 03 18:06:52 2008 -0400
+++ b/tests/html.lac	Thu Jul 03 18:11:14 2008 -0400
@@ -1,4 +1,4 @@
-val main = fn () => <html>
+val main = <html>
         <head>
                 <title>Hello World!</title>
         </head>