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 a few examples for MonoidK #1383

Merged
merged 2 commits into from
Oct 19, 2016
Merged

Conversation

cb372
Copy link
Contributor

@cb372 cb372 commented Sep 20, 2016

Just expands the MonoidK doc page slightly

@codecov-io
Copy link

codecov-io commented Sep 20, 2016

Current coverage is 91.68% (diff: 100%)

Merging #1383 into master will decrease coverage by 0.03%

@@             master      #1383   diff @@
==========================================
  Files           238        240     +2   
  Lines          3600       3610    +10   
  Methods        3474       3546    +72   
  Messages          0          0          
  Branches        125         63    -62   
==========================================
+ Hits           3302       3310     +8   
- Misses          298        300     +2   
  Partials          0          0          

Powered by Codecov. Last update 77912ce...87a9da2

@johnynek
Copy link
Contributor

👍


```tut:silent
import cats.{Monoid, MonoidK}
import cats.instances.list._
Copy link
Collaborator

Choose a reason for hiding this comment

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

In #1026 we settled on using the "uber import" (import cats.implicits._) in the documentation. For the rest 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I didn't know that. Fixed.

@peterneyens peterneyens merged commit a7a6389 into typelevel:master Oct 19, 2016
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.

4 participants