view tests/polyjs.ur @ 1921:312b62cdaa48

Add 'xhead' case to Monoize
author Adam Chlipala <adam@chlipala.net>
date Fri, 06 Dec 2013 08:44: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>