Mercurial > urweb
view demo/alert.ur @ 1107:52571ca9b777
Eta-expand bodies of transaction functions in Monoization, to enable later optimization
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 31 Dec 2009 18:07:53 -0500 |
parents | 8e17e6b615bd |
children | e6bc6bbd7a32 |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={alert "You clicked me!"}/> </body></xml>