-
-
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 documentation for FlatMap and Bifunctor #2459
Conversation
@@ -0,0 +1,52 @@ | |||
--- | |||
layout: docs | |||
title: "Functor" |
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.
This should be Bifunctor I assume? :)
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.
Tuple2 is very similar to Map, maybe mention that one first in FlatMap and mention Map as a similar case.
Codecov Report
@@ Coverage Diff @@
## master #2459 +/- ##
=======================================
Coverage 95.39% 95.39%
=======================================
Files 357 357
Lines 6516 6516
Branches 288 288
=======================================
Hits 6216 6216
Misses 300 300 Continue to review full report at Codecov.
|
|
No description provided.