Mercurial > urweb
view tests/makeUrl.ur @ 1076:dcf98ae3c48d
Allow same constructor shorthand for 'view' sig items as for 'table'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 15 Dec 2009 11:11:49 -0500 |
parents | 217eb87dde31 |
children |
line wrap: on
line source
fun other () = return <xml>Hi!</xml> fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>