Skip to content
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 FunctionK and #1480

Merged
merged 1 commit into from
Jan 3, 2017
Merged

Add FunctionK and #1480

merged 1 commit into from
Jan 3, 2017

Conversation

peterneyens
Copy link
Collaborator

Combine a FunctionK[F, G] and a FunctionK[F, H] to a FunctionK[F, Prod[G, H, ?]].

This won't see as much use as FunctionK#or, but see the FreeApplicative tut example I changed for an example where it is useful.

Combine two `FunctionK` to return a `Prod`.
@codecov-io
Copy link

codecov-io commented Nov 30, 2016

Current coverage is 92.21% (diff: 100%)

Merging #1480 into master will increase coverage by <.01%

@@             master      #1480   diff @@
==========================================
  Files           242        242          
  Lines          3609       3610     +1   
  Methods        3540       3534     -6   
  Messages          0          0          
  Branches         69         76     +7   
==========================================
+ Hits           3328       3329     +1   
  Misses          281        281          
  Partials          0          0          

Powered by Codecov. Last update 25d11c4...037b309

Copy link
Contributor

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice improvement of the example!

👍

@johnynek johnynek mentioned this pull request Jan 2, 2017
11 tasks
@non
Copy link
Contributor

non commented Jan 3, 2017

LGTM, thanks! 👍

@non non merged commit 87d1ef6 into typelevel:master Jan 3, 2017
@non non removed the in progress label Jan 3, 2017
@peterneyens peterneyens deleted the functionk-and branch January 16, 2017 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants