Mercurial > urweb
view tests/reactive2.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 | 3d56940120b1 |
children |
line wrap: on
line source
fun main () : transaction page = x <- source <xml>TEST</xml>; set x <xml>HI</xml>; return <xml><body> <dyn signal={signal x}/> </body></xml>