Skip to content

Instantly share code, notes, and snippets.

@thoughtpolice
Created October 9, 2013 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoughtpolice/6909510 to your computer and use it in GitHub Desktop.
Save thoughtpolice/6909510 to your computer and use it in GitHub Desktop.
Ur/Web bug
fun main () = return (error <xml>BAD THING!</xml>)
onError TestE.err
testE
test
val main : unit -> transaction page
fun err r = return <xml><body>bad thing! {r} &copy; Tester</body></xml>
val err : xbody -> transaction page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment