Mercurial > urweb
view tests/reactive3.ur @ 2109:f42fea631c1d
Improve wildification for records of type-class witnesses
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 28 Jan 2015 08:47:04 -0500 |
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>