Mercurial > urweb
view tests/reactive.ur @ 1274:38eb0d0f39b9
Drop in some new autoconf scripts
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 03 Jun 2010 13:35:26 -0400 |
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>