Mercurial > urweb
view tests/sreturn.ur @ 616:d26d1f3acfd6
Semantics for ordered rows only
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Wed, 18 Feb 2009 09:32:17 -0500 |
parents | 55fc747a67dc |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <p>Before</p> <p><dyn signal={return <xml>Hi!</xml>}/></p> <p>After</p> </body></xml>