Mercurial > urweb
view tests/makeUrl.ur @ 1677:3cfc79f92db7
-dumpSource flag; Especialize tweak: may specialize any argument sequence ending in a value of function-containing type
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 12 Jan 2012 20:37:39 -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>