Mercurial > urweb
view tests/polyjs.ur @ 2248:e09c3dc102ef
Rewrite effectfulness analysis using MonoUtil.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 15 Aug 2015 23:08:37 -0700 |
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>