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 MonadError instance for StateT. #1413

Merged
merged 1 commit into from
Oct 25, 2016
Merged

Conversation

peterneyens
Copy link
Collaborator

@adelbertc is doing a lot of work on the MTL type classes, but before #1379 (or something similar) lands, we could add this instance for the time being.

Fixes #1397.

@codecov-io
Copy link

Current coverage is 91.74% (diff: 100%)

Merging #1413 into master will increase coverage by 0.05%

@@             master      #1413   diff @@
==========================================
  Files           240        240          
  Lines          3608       3609     +1   
  Methods        3540       3540          
  Messages          0          0          
  Branches         67         68     +1   
==========================================
+ Hits           3308       3311     +3   
+ Misses          300        298     -2   
  Partials          0          0          

Powered by Codecov. Last update 86491ba...35bbb09

@adelbertc
Copy link
Contributor

👍

@non
Copy link
Contributor

non commented Oct 25, 2016

Seems good to me. 👍

@non non merged commit c56fbab into typelevel:master Oct 25, 2016
@peterneyens peterneyens deleted the statet-error branch November 27, 2016 19:58
@kailuowang kailuowang mentioned this pull request Mar 30, 2017
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.

4 participants