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

Update guidelines.md with implicit priority #2095

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Conversation

kailuowang
Copy link
Contributor

No description provided.

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

This is super important and I still get this wrong sometimes, thanks so much! :)

@codecov-io
Copy link

codecov-io commented Dec 11, 2017

Codecov Report

Merging #2095 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2095   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files         318      318           
  Lines        5410     5410           
  Branches      210      210           
=======================================
  Hits         5121     5121           
  Misses        289      289

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60d3c12...3b69015. Read the comment docs.

Copy link
Contributor

@ceedubs ceedubs left a comment

Choose a reason for hiding this comment

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

Thanks @kailuowang!

}

abstract class KleisliInstance1 {
implicit def catsDataFunctorForKleisli[F[_], A]: Functor[Kleisli[F, A, ?]] = ...
Copy link
Contributor

Choose a reason for hiding this comment

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

It's really outside of the point of this example, but my mental compiler complained that you would need F[_]:Monad and F[_]:Functor constraints to be able to implement them :)

@kailuowang kailuowang merged commit 31b565b into master Dec 12, 2017
@kailuowang kailuowang deleted the add-implicit-priority branch December 12, 2017 16:57
@kailuowang kailuowang added this to the 1.0.0 milestone Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants