Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

troiganto
Copy link

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?

  • 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).

@gallais gallais merged commit 2c128e2 into idris-lang:main Jun 5, 2024
22 checks passed
@troiganto troiganto deleted the nub-by branch June 5, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open Data.Vect.nubBy for compile-time proofs
2 participants