comparison tests/html.ur @ 244:71bafe66dbe1

Laconic -> Ur
author Adam Chlipala <adamc@hcoop.net>
date Sun, 31 Aug 2008 08:32:18 -0400
parents tests/html.lac@713e01fd7924
children
comparison
equal deleted inserted replaced
243:2b9dfaffb008 244:71bafe66dbe1
1 val main = <html>
2 <head>
3 <title>Hello World!</title>
4 </head>
5
6 <body>
7 <b>Hello</b> <i>World</i>!
8 </body>
9 </html>