view tests/jserror.ur @ 1219:3224faec752d

Constants are known
author Adam Chlipala <adamc@hcoop.net>
date Sat, 10 Apr 2010 13:12:42 -0400
parents ba4c230b7231
children
line wrap: on
line source
fun main () : transaction page = return <xml>
  <body onload={onError (fn s => alert ("There was an error: " ^ show s)); error <xml>Badder</xml>}/>
</xml>