-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add NonEmptyList and NonEmptySeq Helper Functions #610
Add NonEmptyList and NonEmptySeq Helper Functions #610
Conversation
Perhaps the doc-xml is either malformed or requires an update of fsdocs
From https://github.com/fsprojects/FSharpPlus/actions/runs/11390820294/job/31734854875?pr=610 |
6504ecf
to
24ca92d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job @devinlyons and excellent review by @cannorin
If you want to do more PRs like this, I have somewhere a small lists of collection missing functions from similar collections.
This PR adds helper functions to the
NonEmptyList
andNonEmptySeq
modules that bring them up to feature parity with theList
andSeq
modules.