Mercurial > urweb
view tests/html_fn.lac @ 170:a158f8c5aa55
Parsing basic patterns
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 29 Jul 2008 16:38:15 -0400 |
parents | adfa2c7a75da |
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>