Mercurial > urweb
view tests/error.ur @ 805:e2780d2f4afc
Mutual datatypes through Elaborate
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 16 May 2009 15:14:17 -0400 |
parents | c0e4ac23522d |
children | ebc30bb262d0 |
line wrap: on
line source
fun main () : transaction page = return <html><body> <font size={error <body>I couldn't make up my <b>mind</b>!</body>}>Hello!</font> </body></html>