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

Mergemiles #1

Closed
wants to merge 104 commits into from
Closed

Mergemiles #1

wants to merge 104 commits into from

Conversation

stew
Copy link

@stew stew commented Jan 30, 2016

This should patch up the conflicts in typelevel#757

ceedubs and others added 30 commits December 15, 2015 07:48
This method currently isn't used. Since `Cokleisli` is already a case
class with an equivalent auto-generated `apply` method, I don't think I
see the usefulness of it. Feel free to let me know if you would prefer
to keep this around.
Use `coflatMap` instead of `duplicate` to be consistent with `CoflatMap`
and make CoproductComonad extends CoproductCoflatMap to reduce a couple
duplicated methods.
Fix typo in OptionT documentation
…e-test

Check that Cokleisli contramapValue and lmap methods are consistent
Add ScalaDoc for some FlatMap syntax
Remove unused Cokleisli.cokleisli method
Rewrite OptionT.flatMap in terms of flatMapF
Move cats-free and cats-state in to cats-core
notxcain and others added 22 commits January 19, 2016 09:25
…plementation in order to use VectorBuilder instead of ListBuffer
…atmap-typeclass-instance-to-vector

Request to Add CoflatMap Instance for Vector
Fix two small errors in OptionT docs
Add Semigroupal for Monoidal hierarchy, fixes typelevel#740
add Reducible instance for OneAnd, deprecate Foldable instance
Rename SemigroupK.combine to combineK
@milessabin
Copy link
Owner

Zoinks ... doesn't this want rebasing?

@stew
Copy link
Author

stew commented Jan 31, 2016

sure, that's fine

@stew stew closed this Jan 31, 2016
milessabin pushed a commit that referenced this pull request Mar 5, 2016
Use sbt-doctest for some Streaming(T) examples
milessabin pushed a commit that referenced this pull request Aug 16, 2016
Use instance hierarchy for WriterT group instances
milessabin pushed a commit that referenced this pull request Aug 16, 2016
Add a short-circuiting implementation of foldLeftM
milessabin pushed a commit that referenced this pull request Feb 21, 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.