On Fri 24 Sep 2010 19:16, Joel James Adamson <adams...@email.unc.edu> writes:

> Andy Wingo <wi...@pobox.com> writes:
>
>> On Thu 23 Sep 2010 18:19, Joel James Adamson <adams...@email.unc.edu> writes:
>>
>>> Why would `quote' be redefined?  What's going on here and how can I fix it?
>>
>> Perhaps the module that you are calling use-modules in has no binding
>> for `quote'.
>
> Is there anything I can do about that?  Would I have to redefine quote
> in my top-level script?

No, this usually happens because you make a #:pure module, while not
defining imported modules within the define-module #:use-module clauses,
instead using the use-modules toplevel syntax.

Hope that helps,

Andy
-- 
http://wingolog.org/

Reply via email to