Mercurial > urweb
view tests/sbind.ur @ 1102:8d0f195710f1
Update manual's description of implicit arguments
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Wed, 30 Dec 2009 09:48:32 -0500 |
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>