Mercurial > urweb
view tests/html.lac @ 163:80192edca30d
Datatypes through corify
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 29 Jul 2008 13:16:21 -0400 |
parents | 713e01fd7924 |
children |
line wrap: on
line source
val main = <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>