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

Request to Include cats.data.Coproduct and cats.free.Inject #671

Merged
merged 20 commits into from
Nov 19, 2015
Merged

Request to Include cats.data.Coproduct and cats.free.Inject #671

merged 20 commits into from
Nov 19, 2015

Commits on Nov 11, 2015

  1. Configuration menu
    Copy the full SHA
    08bc6ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4d72a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    09cba75 View commit details
    Browse the repository at this point in the history
  2. Added Coproduct tests

    raulraja committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    9bec85d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. Progress toward inject tests

    raulraja committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    2dc6690 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Inject tests and tutorial

    raulraja committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    414c942 View commit details
    Browse the repository at this point in the history
  2. Misc cleanup

    raulraja committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    8f5a679 View commit details
    Browse the repository at this point in the history
  3. Misc fixes to tutorial

    raulraja committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    9450dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1781b5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecac4d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9fa262 View commit details
    Browse the repository at this point in the history
  7. CoProduct Ops is now final

    raulraja committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    77ccebd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c38d37 View commit details
    Browse the repository at this point in the history
  9. Added Eq instance tests

    raulraja committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    fa81101 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    4f06759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50c15b View commit details
    Browse the repository at this point in the history
  3. Adds Free.inject[F[_], G[_]] to easily lift Free algebras to a Free[C…

    …oproduct, A] where the coproduct can be used to compose dispair Free Algebras
    raulraja committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    d0efd8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b40683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743b75f View commit details
    Browse the repository at this point in the history
  6. Added Foldable and CoflatMap tests explicit implicits in the local sc…

    …ope so they don't pick up those from Traverse and Comonad
    raulraja committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    5ea5313 View commit details
    Browse the repository at this point in the history