We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chain#distinct
NonEmptyChain#distinct
When converting some code that was using NonEmptyList to NonEmptyChain I noticed distinct wasn't implemented.
NonEmptyList
NonEmptyChain
distinct
I've started adding Chain#distinct and NonEmptyChain#distinct here.
The text was updated successfully, but these errors were encountered:
Relates to #2539
Sorry, something went wrong.
#2579
I believe this was resolved by #2579.
No branches or pull requests
When converting some code that was using
NonEmptyList
toNonEmptyChain
I noticeddistinct
wasn't implemented.I've started adding
Chain#distinct
andNonEmptyChain#distinct
here.The text was updated successfully, but these errors were encountered: