view tests/polyjs.ur @ 1853:f405dfe1f1e1

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Apr 2013 13:32:10 -0400
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>