help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to specialize seq-concatenate and seq-into-sequence?


From: Michael Heerdegen
Subject: Re: How to specialize seq-concatenate and seq-into-sequence?
Date: Fri, 04 Mar 2022 03:35:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Philipp Stephani <p.stephani2@gmail.com> writes:

> > Define `it`.
> > The dispatch is expected to be on the `type` argument (using an
> > `eql` specializer).
> > 
>
> Doesn't that contradict the docstring?

I'm also a bit confused.  How would you concatenate a list and a stream
to a list?  Or how would you implement it?

Would wrapping `seq-into' over the SEQUENCES be better than only relying
on dispatching?

Michael.




reply via email to

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