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

Some Kleisli instance cleanup #2105

Merged
merged 1 commit into from
Dec 14, 2017

Commits on Dec 14, 2017

  1. Some Kleisli instance cleanup

    - Remove an irrelevant and unused `B` type parameter on
    `catsDataCommutativeMonadForKleisli`.
    - Upgrade `catsDataMonadForKleisliId` from `Monad` to `CommutativeMonad`
      - Note that while I had to add a mima exception for this, I think that
      it should be 100% binary compatible since its a member of a `sealed`
      and `private` abstract class and returns a subtype of what it was
      before.
    - Add a `CommutativeFlatMap` instance for `Kleisli`
    - Add a couple of implicit resolution tests for Kleisli that were
    missing
    ceedubs committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d554d3f View commit details
    Browse the repository at this point in the history