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

Move Stdlib.Data.Set.AVLTree to Stdlib.Data.Set #152

Open
lukaszcz opened this issue Dec 2, 2024 · 0 comments
Open

Move Stdlib.Data.Set.AVLTree to Stdlib.Data.Set #152

lukaszcz opened this issue Dec 2, 2024 · 0 comments
Assignees

Comments

@lukaszcz
Copy link
Contributor

lukaszcz commented Dec 2, 2024

The fact that Set is implemented using AVLTree is an implementation detail. We should avoid using the syntax alias and just rename AVLTree to Set, to avoid confusing types of Set functions visible to the user.

@lukaszcz lukaszcz self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant