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

Workaround for ambiguous implicits when using MTL type classes, fixes… #1379

Closed
wants to merge 12 commits into from

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    8b91042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3712fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d70b81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22642ac View commit details
    Browse the repository at this point in the history
  5. Annotate types for MTL laws

    adelbertc committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    c87f3e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Ambiguous implicits fix for {Functor, Traverse, Monad}Filter, Alterna…

    …tive, and MonadCombine
    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    1b14a77 View commit details
    Browse the repository at this point in the history
  2. Fix style-related stuff

    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    b31c4b0 View commit details
    Browse the repository at this point in the history
  3. Fix NPE and docs

    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    8109046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    548c5d8 View commit details
    Browse the repository at this point in the history
  5. Add MTL usage test

    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    374ee9c View commit details
    Browse the repository at this point in the history
  6. Fix tut

    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    25b075e View commit details
    Browse the repository at this point in the history
  7. FreeT monad instance val

    adelbertc committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    9c639b3 View commit details
    Browse the repository at this point in the history