Mercurial > urweb
view tests/reactive.ur @ 1166:e1df4c63e336
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 13 Feb 2010 10:13:50 -0500 |
parents | ac947e2f29ff |
children |
line wrap: on
line source
fun main () : transaction page = x <- source <xml>TEST</xml>; return <xml><body> <dyn signal={signal x}/> </body></xml>