-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 map to NonEmptyChain. #2939
add map to NonEmptyChain. #2939
Conversation
0d9029a
to
f4726c9
Compare
Codecov Report
@@ Coverage Diff @@
## master #2939 +/- ##
==========================================
- Coverage 93.91% 93.89% -0.02%
==========================================
Files 371 371
Lines 7047 7048 +1
Branches 178 177 -1
==========================================
Hits 6618 6618
- Misses 429 430 +1
Continue to review full report at Codecov.
|
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.
Thanks!
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.
BTW, this map
method is also provided by Functor
syntax
No description provided.