[[ 🏗
=br6Go Vervis
]] ::
[📥 Inbox]
[📤 Outbox]
[🐤 Followers]
[🤝 Collaborators]
[🐛 Tickets]
[📖 Wiki]
[✏ Edit]
Remove duplicate list helper functions
Created on 2019-10-30 by
~fr33domlover
There is an overlap between Data.List.Local
and Data.List.NonEmpty.Local
. The “groupMap" functions from the former and the "groupWith” functions from the latter do the same things. Remove the duplication and have 1 coherent set.
Status: Open