Mercurial > urweb
view tests/sbind.ur @ 1516:c4f39b49aa2d
A few more tweaks to support Clang (including ending use of nested functions)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 23 Jul 2011 16:27:04 -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>