annotate tests/sidecheckGood.ur @ 1925:15802a00816c

activeHead: don't modify the head. just execute the code provided
author Sergey Mironov <grrwlf@gmail.com>
date Fri, 06 Dec 2013 14:52:47 +0400
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>