Mercurial > urweb
view tests/polyjs.ur @ 2099:8efba492c48b
Fix a bug in subsignature checking for submodules
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 30 Dec 2014 17:02:31 -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>