annotate tests/onerrorE.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 b4480a56cab7
children
rev   line source
adam@1294 1 fun err x = return <xml><body>
adam@1294 2 <h1>Bad thing!</h1>
adam@1294 3
adam@1294 4 {x}
adam@1294 5 </body></xml>