On Thu, Mar 07, 2013 at 12:44:28PM +0100, Jörg F. Wittenberger wrote: > So how would I interpret this message. As far as I can see, this > tells me that somehow a typecheck failed on a (struct <uri>) > testing it to be a (struct <uri>) -- which would have been supposed > to succeed. > > Am I missing something????
Likely you've imported uri-generic or uri-common's definition of uri-path, which causes it to break. This expects an uri struct with a 'uri tag, not a '<uri> tag. That's why the message is so confusing: chicken adds #<...> around the name of the record type tag. HTH, Peter -- http://www.more-magic.net _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
