Mercurial > urweb
view tests/makeUrl.ur @ 1797:bb942416bf1c
Remove 'class' declaration; now use 'con' instead
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 Jul 2012 12:27:13 -0400 |
parents | 217eb87dde31 |
children |
line wrap: on
line source
fun other () = return <xml>Hi!</xml> fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>