view tests/polyjs.ur @ 2107:6700f3700328

Reference manual: fix rendering of field removal operators
author Adam Chlipala <adam@chlipala.net>
date Thu, 22 Jan 2015 11:00:17 -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>