Mercurial > urweb
view tests/reactive4.ur @ 1817:148203744882
Tweaking treatment of function application: substitute or introduce a 'let'?
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 05 Aug 2012 14:55:28 -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>