view tests/polyjs.ur @ 2222:4d967a4ddb82

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 29 Nov 2014 03:38:26 -0500
parents 276fa06428ba
children
line wrap: on
line source
open PolyjsFfi

fun main () : transaction page = return <xml><body>
  <button onclick={fn _ => alert (one "hi" ^ two "bye")}/>
</body></xml>