Mercurial > urweb
view tests/sbind.ur @ 1698:aaae710417df
Remove seemingly inaccurate part of comment (perhaps clarified version can be added back in later)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 13 Mar 2012 11:59:03 -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>