annotate tests/polyjs.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
parents 276fa06428ba
children
rev   line source
adam@1836 1 open PolyjsFfi
adam@1836 2
adam@1836 3 fun main () : transaction page = return <xml><body>
adam@1836 4 <button onclick={fn _ => alert (one "hi" ^ two "bye")}/>
adam@1836 5 </body></xml>