Mercurial > urweb
view tests/reactive4.ur @ 1251:70092a661f70
Basic handling of recursive functions in Iflow
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 01 May 2010 09:51:46 -0400 |
parents | bb8463c3b712 |
children |
line wrap: on
line source
fun main () : transaction page = x <- source <xml>TEST</xml>; return <xml><body> <dyn signal={y <- signal x; return <xml>!{y}?</xml>}/> <br/> <a onclick={set x <xml>CHANGEUP</xml>}>Oh My</a> </body></xml>