Mercurial > urweb
view tests/html_fn.lac @ 99:5182f0c80d2e
Fix record type comparison
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Jul 2008 09:24:43 -0400 |
parents | dcc5dda1645c |
children | f0f59e918cac |
line wrap: on
line source
val main = fn () => <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>