Mercurial > urweb
view tests/reactive2.ur @ 1532:7ef09e91198b
Mention transitive dependency calculation for tree shaking
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 10 Aug 2011 18:39:27 -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>