annotate tests/polyjs.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
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>