annotate tests/html.ur @ 1714:d6c45026240d

Do a lot more type simplification for error messages
author Adam Chlipala <adam@chlipala.net>
date Mon, 16 Apr 2012 09:46:42 -0400
parents 71bafe66dbe1
children
rev   line source
adamc@97 1 val main = <html>
adamc@92 2 <head>
adamc@92 3 <title>Hello World!</title>
adamc@92 4 </head>
adamc@93 5
adamc@93 6 <body>
adamc@93 7 <b>Hello</b> <i>World</i>!
adamc@93 8 </body>
adamc@91 9 </html>