Mercurial > urweb
view tests/html.ur @ 1346:faad7d01b200
Restore behavior of not complaining about undetermined unification variables when there are other errors
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 16 Dec 2010 18:40:49 -0500 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main = <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>