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

admit weaker typeclass instances for OptionT when the wrapped Functor… #569

Merged
merged 6 commits into from
Oct 27, 2015

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    fa0427e View commit details
    Browse the repository at this point in the history
  2. define OptionT ap in terms of flatMap, we can't have a separate Appli…

    …cative instance for OptionT
    stew committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    a6ed967 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. remove ap from OptionT

    stew committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    99c11b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

  1. Update OptionTTests.scala

    oops, get rid of tests I didn't intend to add
    stew committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    14f4ac3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Test OptionT Functor

    Cody Allen committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    c5ffd02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ceedubs/optiont-functor-test

    Test OptionT Functor
    stew committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    760b4c4 View commit details
    Browse the repository at this point in the history