Mercurial > urweb
view tests/html_fn.lac @ 107:bed5cf0b6b75
Optimizing attrification of constants
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Jul 2008 15:58:16 -0400 |
parents | f0f59e918cac |
children | 813e5a52063d |
line wrap: on
line source
val main = fn () => <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html> page main