Mercurial > urweb
view tests/sbind.ur @ 2036:16e4e50470b2
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 04 Jul 2014 09:30:30 -0400 |
parents | 57018f21cd5c |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <p>Before</p> <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p> <p>After</p> </body></xml>