annotate tests/reactive2.ur @ 2244:e4a7e3cd6f11

Use uniform representation of comparisons for better simplification.
author Ziv Scully <ziv@mit.edu>
date Mon, 20 Jul 2015 23:25:44 -0700
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>