Mercurial > urweb
view demo/alert.ur @ 1394:d328983dc5a6
Allow subqueries to reference aggregate-only columns of free tables; treat non-COUNT aggregate functions as possibly returning NULL
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 15 Jan 2011 14:53:13 -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>