Your interpretation is right and the implementation is borked, I don't know why.
On Fri, Sep 16, 2022 at 11:48 AM Wolfgang Corcoran-Mathe <[email protected]> wrote: > Hi, > > What does (ideque-zip (ideque 1 2 3)) return? The spec says that > ideque-zip always “returns an ideque of lists”, so it seems I should > expect > > (ideque '(1) '(2) '(3)) > > The sample implementations return (ideque 1 2 3). The most consistent > thing might be to require at least two arguments. > > Regards, Wolf > > -- > Wolfgang Corcoran-Mathe <[email protected]> >
