Mercurial > urweb
view tests/reactive4.ur @ 1306:3a845f2ce9e9
:::_ notation; switch to TooDeep error message
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 10 Oct 2010 20:33:10 -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>