Mercurial > urweb
view tests/reactive3.ur @ 2240:88cc0f44c940
Rename C functions and remove functors nested inside modules.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sun, 19 Jul 2015 19:03:11 -0700 |
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>