Re: [Chicken-users] Problem with flatten

2010-06-15 Thread Felix
From: Moritz Heidkamp Subject: Re: [Chicken-users] Problem with flatten Date: Sun, 13 Jun 2010 11:54:50 +0200 > Hi Emmanuel, > > Emmanuel Boudreault writes: >> (flatten '(a b c (1 2 3)) works fine under csi but when compiled with csc, it >> doesn't find the var

Re: [Chicken-users] Problem with flatten

2010-06-13 Thread Moritz Heidkamp
Hi Emmanuel, Emmanuel Boudreault 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) ther

[Chicken-users] Problem with flatten

2010-06-13 Thread Emmanuel Boudreault
Hello, (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? Thank you for your time, Emmanuel ___ Chick