NicolasPetton/seq.el

Always return the same type as passed

Opened this issue · 3 comments

Silex commented

These returns a list when they should return the passed type:

  • seq-filter
  • seq-map
  • seq-mapn
  • seq-remove
Silex commented

Please add a comment to tell me which functions I forgot. Then we'll see how easy it is to fix these.

Silex commented

I am also afraid of backward compatibility, would that break things?