annotate demo/alert.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 8e17e6b615bd
children e6bc6bbd7a32
rev   line source
adamc@644 1 fun main () = return <xml><body>
adamc@644 2 <button value="Click me!" onclick={alert "You clicked me!"}/>
adamc@644 3 </body></xml>