This moves the local function nubBy' of Data.Vect.nubBy to the global scope as nubByImpl and marks it as public export. See the issue for a more detailed discussion.
Should this change go in the CHANGELOG?
[x] If this is a fix, user-facing change, a compiler change, or a new paper implementation, I have updated CHANGELOG_NEXT.md (and potentially also CONTRIBUTORS.md).
Closes #3285
Description
This moves the local function
nubBy'
ofData.Vect.nubBy
to the global scope asnubByImpl
and marks it aspublic export
. See the issue for a more detailed discussion.Should this change go in the CHANGELOG?
CHANGELOG_NEXT.md
(and potentially alsoCONTRIBUTORS.md
).