Mercurial > urweb
view tests/sbind.ur @ 1580:ec466c1e082a
Catch UnboundNamed exceptions that arise from missing signature items
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 21 Oct 2011 08:51: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>