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 StateT.set and StateT.setF. #1388

Merged
merged 1 commit into from
Sep 22, 2016
Merged

Conversation

tixxit
Copy link

@tixxit tixxit commented Sep 22, 2016

This adds StateT.set and StateT.setF methods on the StateT companion object. Their omission seemed to be a bit conspicuous so it may just be that I'm missing something!

@non
Copy link
Contributor

non commented Sep 22, 2016

Seems reasonable to me. 👍

Copy link
Contributor

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov-io
Copy link

codecov-io commented Sep 22, 2016

Current coverage is 91.67% (diff: 100%)

Merging #1388 into master will decrease coverage by 0.04%

@@             master      #1388   diff @@
==========================================
  Files           238        238          
  Lines          3600       3604     +4   
  Methods        3474       3474          
  Messages          0          0          
  Branches        125        129     +4   
==========================================
+ Hits           3302       3304     +2   
- Misses          298        300     +2   
  Partials          0          0          

Powered by Codecov. Last update 7f3b80c...8653e22

@adelbertc
Copy link
Contributor

👍

@adelbertc adelbertc merged commit dbda84c into typelevel:master Sep 22, 2016
@stew stew removed the in progress label Sep 22, 2016
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.

7 participants