view tests/onerrorE.ur @ 1617:8611da277df4

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 27 Nov 2011 15:32:06 -0500
parents b4480a56cab7
children
line wrap: on
line source
fun err x = return <xml><body>
  <h1>Bad thing!</h1>

  {x}
</body></xml>