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

Reimplemented MonadError[FreeT[...]] to be correct #3241

Merged
merged 7 commits into from
Jan 13, 2020

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    a535182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdc687 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    47dd8a7 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in comment

    djspiewak committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    f087411 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Configuration menu
    Copy the full SHA
    ec99437 View commit details
    Browse the repository at this point in the history
  2. Added Defer[FreeT[...]] and used it to ensure handleErrorWith is stac…

    …k-safe (in and of itself)
    djspiewak committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    2b13434 View commit details
    Browse the repository at this point in the history
  3. Applied scalafmt

    djspiewak committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9d5542f View commit details
    Browse the repository at this point in the history