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

Add Xor.toTry #1127

Merged
merged 2 commits into from
Jun 15, 2016
Merged

Add Xor.toTry #1127

merged 2 commits into from
Jun 15, 2016

Conversation

johnynek
Copy link
Contributor

Add a method to convert an Xor to a Try, since Try is very commonly used in existing libraries.

@non
Copy link
Contributor

non commented Jun 14, 2016

👍 This seems like something that people who need to use Try will really appreciate.

@codecov-io
Copy link

Current coverage is 88.97%

Merging #1127 into master will increase coverage by <.01%

@@             master      #1127   diff @@
==========================================
  Files           227        227          
  Lines          2991       2992     +1   
  Methods        2937       2938     +1   
  Messages          0          0          
  Branches         51         51          
==========================================
+ Hits           2661       2662     +1   
  Misses          330        330          
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by 763592f...2eebf31

@ceedubs
Copy link
Contributor

ceedubs commented Jun 15, 2016

👍

@ceedubs ceedubs merged commit ae309c1 into typelevel:master Jun 15, 2016
@johnynek johnynek deleted the oscar/tryharder branch June 15, 2016 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants