chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] strange error message, please help with interpreta


From: Peter Bex
Subject: Re: [Chicken-hackers] strange error message, please help with interpretation
Date: Thu, 7 Mar 2013 13:36:33 +0100
User-agent: Mutt/1.4.2.3i

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]