annotate tests/makeUrl.ur @ 1714:d6c45026240d

Do a lot more type simplification for error messages
author Adam Chlipala <adam@chlipala.net>
date Mon, 16 Apr 2012 09:46:42 -0400
parents 217eb87dde31
children
rev   line source
adamc@1065 1 fun other () = return <xml>Hi!</xml>
adamc@1065 2
adamc@1065 3 fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>