Mercurial > urweb
view tests/makeUrl.ur @ 1090:e77079953308
Module roots
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 24 Dec 2009 16:35:09 -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>