annotate tests/sidecheckGood.ur @ 2030:6add6d00ef5f

Call try_rollback before resetting the context This will allow FFI cleanup handlers to complete.
author Sergey Mironov <grrwlf@gmail.com>
date Sun, 15 Jun 2014 21:13:12 +0000
parents 154cfe2eb366
children
rev   line source
adam@1595 1 fun main () : transaction page =
adam@1595 2 s <- source 0;
adam@1595 3 set s 42;
adam@1595 4 return <xml><body>
adam@1595 5 <dyn signal={n <- signal s; return (txt n)}/>
adam@1595 6 </body></xml>