annotate tests/reactive2.ur @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents 3d56940120b1
children
rev   line source
adamc@577 1 fun main () : transaction page =
adamc@577 2 x <- source <xml>TEST</xml>;
adamc@577 3 set x <xml>HI</xml>;
adamc@577 4 return <xml><body>
adamc@577 5 <dyn signal={signal x}/>
adamc@577 6 </body></xml>