view demo/alert.ur @ 2082:1b76ae703cbb

Some more optimization of string expressions showing up in JSON generation (Meta library)
author Adam Chlipala <adam@chlipala.net>
date Wed, 03 Dec 2014 21:06:15 -0500
parents e6bc6bbd7a32
children
line wrap: on
line source
fun main () = return <xml><body>
  <button value="Click me!" onclick={fn _ => alert "You clicked me!"}/>
</body></xml>