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: Moritz Heidkamp
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?

Moritz



reply via email to

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