comparison tests/attrs.lac @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents da760c34f5ed
children
comparison
equal deleted inserted replaced
108:f59553dc1b6a 109:813e5a52063d
1 val main = fn () => <html><body> 1 val main = fn () => <html><body>
2 <font size=42 face="awesome">Welcome</font> 2 <font size=42 face="awesome">Welcome</font>
3 </body></html> 3 </body></html>
4
5 page main