annotate tests/polyjs.ur @ 2307:6ae9a2784a45

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 20 Dec 2015 14:39:50 -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>