view tests/jserror.ur @ 1102:8d0f195710f1

Update manual's description of implicit arguments
author Adam Chlipala <adamc@hcoop.net>
date Wed, 30 Dec 2009 09:48:32 -0500
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>