[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq-union calling seq-reverse? (Emacs master 0cf0a2b98671: Add new s
From: |
Stefan Monnier |
Subject: |
Re: seq-union calling seq-reverse? (Emacs master 0cf0a2b98671: Add new sequence function 'seq-union') |
Date: |
Fri, 17 Sep 2021 08:25:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> `seq-reverse' seems gratuitous here WRT the purpose of `seq-union'.
>
> Given that this is a set operation,
As the name indicates, this is a *seq*uence operation, not
a set operation. I'd welcome a `set.el` which provides proper support
for sets.
Stefan