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

Xor cleanup #274

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 8, 2015

  1. Configuration menu
    Copy the full SHA
    243f2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc70c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Miscellaneous cleanup to Xor

     - Removes `Xor#filter`, as the dependency on a `Monoid[A]` is ad-hoc
     - Adds `orElse`, `valueOr`, and `ensure` methods to `Xor`
     - Adds `Xor.fromOption`
     - Miscellaneous ScalaDoc
     - Miscellaneous formatting cleanup
    
    Note: this should be merged after typelevel#272
    mpilquist committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    96d8960 View commit details
    Browse the repository at this point in the history