Mercurial > urweb
view tests/polyjs.ur @ 2300:57f6473b1469
More work on heuristics.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 19 Nov 2015 18:13:01 -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>