-
-
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
Delete unnecessary restriction on biFlatMap #2837
Delete unnecessary restriction on biFlatMap #2837
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2837 +/- ##
=======================================
Coverage 94.21% 94.21%
=======================================
Files 368 368
Lines 6944 6944
Branches 301 301
=======================================
Hits 6542 6542
Misses 402 402
Continue to review full report at Codecov.
|
sorry I didn't make it clear. I didn't mean to change all |
Oh ok, that makes sense |
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 !!!
Could you merge it? I have no permissions to do that |
@AdrianRaFo we have a policy of requiring two maintainer sign offs before merging. Calling @LukaJCB ... |
thanks @djspiewak |
❤️ Nice! I just noticed the same restriction and almost gave in to the reflex of creating a PR... ;-) |
This PR delete an unnecessary type restriction on the
EitherT#biFlatMap
implementation