Mercurial > urweb
view tests/reactive2.ur @ 1579:e1f4ac9ca34b
Note a parsing restriction in the manual
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 21 Oct 2011 08:36:10 -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>