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

Partially revert 4530d3aa93131ec28096968a3c903ed1016dbf1b. Add back v… #1506

Merged

Commits on Dec 29, 2016

  1. Partially revert 4530d3a. Add back variance on methods in EitherT and…

    … Either syntax.
    Marcin Rzeźnicki authored and marcin-rzeznicki committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    d084def View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    5c86c44 View commit details
    Browse the repository at this point in the history
  2. Fix the docs to match added variance to Either's enriched flatMap. …

    …`flatMap` now behaves identically to 2.12
    Marcin Rzeźnicki authored and marcin-rzeznicki committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    95d96fa View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Resurrect deleted section about Either

    Deleted section is still relevant - it was meant to present use of `Either` to reprsent failing computations. Variance
    or not, it is more aout how to use this data type.
    I tried to rewrote parts that are no longer true in presence of variance. Some other parts have been rearranged.
    marcin-rzeznicki committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    5cafcdd View commit details
    Browse the repository at this point in the history