chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem with flatten


From: Felix
Subject: Re: [Chicken-users] Problem with flatten
Date: Tue, 15 Jun 2010 14:57:25 +0200 (CEST)

From: Moritz Heidkamp <address@hidden>
Subject: Re: [Chicken-users] Problem with flatten
Date: Sun, 13 Jun 2010 11:54:50 +0200

> Hi Emmanuel,
> 
> Emmanuel Boudreault <address@hidden> writes:
>> (flatten '(a b c (1 2 3)) works fine under csi but when compiled with csc, it
>> doesn't find the variable flatten. Is this expected behavior? If I am missing
>> an import, why doesn't it warn me under csi?
> 
> You are missing an (import data-structures) there which is automatically
> imported by csi. I'm not sure whether this is documented somewhere?

I guess it isn't. csi's `describe' function needs the formatted output
routines from extras, which in turn loads data-structures. This is
suboptimal, but I don't know what to do about it. I will document this
accordingly.


cheers,
felix



reply via email to

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