comparison tests/html_fn.lac @ 98:dcc5dda1645c

Fill in more types during closure conversion
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 09:10:56 -0400
parents
children f0f59e918cac
comparison
equal deleted inserted replaced
97:713e01fd7924 98:dcc5dda1645c
1 val main = fn () => <html>
2 <head>
3 <title>Hello World!</title>
4 </head>
5
6 <body>
7 <b>Hello</b> <i>World</i>!
8 </body>
9 </html>