Mercurial > urweb
view tests/html_fn.ur @ 881:45a63416adb4
Fix dependency misordering
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 17 Jul 2009 12:34:00 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main : unit -> page = fn () => <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>