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

Factor out Data.ZipMatchK, remove ZipMatch #30

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Factor out Data.ZipMatchK, remove ZipMatch #30

merged 2 commits into from
Oct 27, 2024

Conversation

fizruk
Copy link
Owner

@fizruk fizruk commented Oct 27, 2024

  • Remove ZipMatch (together with its TH generation) in favour of a more general ZipMatchK
  • Add documentation
  • Improve type errors, especially when given kind-polymorphic constructors
  • Add more potentially useful instances of ZipMatchK
  • Add some orphan instances of GenericK (without relying on kind-generics-th)
  • Provide shortcut versions for Functors and Bifunctors
  • Add the morally correct Traversable and Bitraversable constraints where needed

@fizruk fizruk merged commit 66534e8 into main Oct 27, 2024
4 checks passed
@fizruk fizruk deleted the data-zipmathk branch October 27, 2024 21:53
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.

1 participant