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

fix: Hide ambiguous instance for (!?) #2174

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

Vekhir
Copy link
Contributor

@Vekhir Vekhir commented Feb 18, 2024

base 4.19.0.0 introduces Data.List.!? which clashes with Data.Vector.!?, the latter of which is needed for vector operations.

This PR hides Data.List.!? in the relevant locations to prevent the name clash.

base 4.19.0.0 introduces Data.List.!? which clashes with Data.Vector.!?, the latter of which is needed for vector operations.
@simonmichael
Copy link
Owner

Thanks!

@simonmichael simonmichael merged commit de3209a into simonmichael:master Feb 19, 2024
1 check passed
@Vekhir Vekhir deleted the patch-1 branch February 19, 2024 01:13
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

Successfully merging this pull request may close these issues.

2 participants