idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.46k stars 368 forks source link

refactor(base): move implementation of `Data.Vect.nubBy` to global scope #3288

Closed troiganto closed 1 month ago

troiganto commented 1 month ago

Closes #3285

Description

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?