Mercurial > urweb
view tests/reactive3.ur @ 942:280f81731426
Escape character constants; lift indices properly in Reduce 'case' simplification
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 15 Sep 2009 12:41:54 -0400 |
parents | 0094e0242100 |
children |
line wrap: on
line source
fun main () : transaction page = x <- source <xml>TEST</xml>; return <xml><body> <dyn signal={signal x}/> <br/> <a onclick={alert "Changing...."; set x <xml>CHANGEUP</xml>}>Oh My</a> </body></xml>