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 SemigroupK and MonadCombine instances for StateT. #1138

Merged
merged 2 commits into from
Jun 18, 2016

Conversation

peterneyens
Copy link
Collaborator

No description provided.


checkAll("StateT[ListWrapper, Int, Int]", MonadStateTests[StateT[ListWrapper, Int, ?], Int].monadState[Int, Int, Int])
// checkAll("MonadState[StateT[ListWrapper, Int, ?], Int]", SerializableTests.serializable(MonadState[StateT[ListWrapper, Int, ?], Int]))
checkAll("MonadState[StateT[List, Int, ?], Int]", SerializableTests.serializable(MonadState[StateT[List, Int, ?], Int]))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The serializable tests fail for ListWrapper and List, Option which was tested before, still works.

MonadState[StateT[List, Int, ?]] failed the serializable tests.
@codecov-io
Copy link

Current coverage is 88.78%

Merging #1138 into master will increase coverage by 0.02%

@@             master      #1138   diff @@
==========================================
  Files           228        228          
  Lines          3018       3024     +6   
  Methods        2969       2975     +6   
  Messages          0          0          
  Branches         46         47     +1   
==========================================
+ Hits           2679       2685     +6   
  Misses          339        339          
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by ec7bb6a...0e7c28b

@non
Copy link
Contributor

non commented Jun 17, 2016

LGTM 👍

@kailuowang
Copy link
Contributor

👍 Many thanks!

@non non merged commit 86f6a5e into typelevel:master Jun 18, 2016
@peterneyens peterneyens deleted the statet-instances branch June 18, 2016 07:15
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