Mercurial > urweb
view demo/link.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 | 6a0e54400805 |
children |
line wrap: on
line source
fun target () = return <xml><body> Welcome! </body></xml> fun main () = return <xml><body> <a link={target ()}>Go there</a> </body></xml>