[Chicken-users] array->list does not return a list for a rank-1 array

2007-09-14 Thread Terrence Brannon
Re: http://www.call-with-current-continuation.org/eggs/array-lib.html Quote: procedure: (array->list ARRAY) Returns the array elements as a rank-nested list. For rank 0 arrays returns just the element. == This implies a list should be returned for rank-1 arrays == However For a rank-1 list con

Re: [Chicken-users] array->list does not return a list for a rank-1 array

2007-09-17 Thread Kon Lovett
On Sep 14, 2007, at 1:32 PM, Terrence Brannon wrote: Re: http://www.call-with-current-continuation.org/eggs/array-lib.html Quote: procedure: (array->list ARRAY) Returns the array elements as a rank-nested list. For rank 0 arrays returns just the element. == This implies a list should be r