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

Use Compose/Category.algebraK for endomorphic SemigroupK/MonoidK #1496

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

peterneyens
Copy link
Collaborator

We can use Compose.algebraK and Category.algebraK to create the endomorphic SemigroupK and MonoidK instances of Function1[α, α], Kleisli[F, α, α] and Cokleisli[F, α, α].

@codecov-io
Copy link

codecov-io commented Dec 12, 2016

Current coverage is 91.97% (diff: 100%)

Merging #1496 into master will increase coverage by 0.04%

@@             master      #1496   diff @@
==========================================
  Files           244        244          
  Lines          3621       3615     -6   
  Methods        3502       3496     -6   
  Messages          0          0          
  Branches        119        119          
==========================================
- Hits           3329       3325     -4   
+ Misses          292        290     -2   
  Partials          0          0          

Powered by Codecov. Last update 73a6481...5d11f80

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

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

nice 👍

@johnynek
Copy link
Contributor

👍

@johnynek johnynek merged commit b35610b into typelevel:master Dec 22, 2016
@stew stew removed the in progress label Dec 22, 2016
@peterneyens peterneyens deleted the endo-semigroupk-monoidk branch December 23, 2016 09:14
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