comparison tests/makeUrl.ur @ 1065:217eb87dde31

Basis.url and redirects
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Dec 2009 13:32:09 -0500
parents
children
comparison
equal deleted inserted replaced
1064:b89e3d8731ed 1065:217eb87dde31
1 fun other () = return <xml>Hi!</xml>
2
3 fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>