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

Added Closure and Associative Instances #52

Merged
merged 6 commits into from
Mar 30, 2020

Conversation

KamalKang
Copy link
Collaborator

  1. Created instances for Closure and Associative
  2. Removed combine operator from Identity as it was redundant.

Copy link
Contributor

@adamgfraser adamgfraser left a comment

Choose a reason for hiding this comment

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

@KamalKang Looks great! A couple of minor comments and then this will be ready to merge.

src/main/scala/zio/prelude/Associative.scala Outdated Show resolved Hide resolved
src/main/scala/zio/prelude/Associative.scala Outdated Show resolved Hide resolved
src/main/scala/zio/prelude/Associative.scala Outdated Show resolved Hide resolved
src/main/scala/zio/prelude/Associative.scala Outdated Show resolved Hide resolved
src/main/scala/zio/prelude/Associative.scala Show resolved Hide resolved
src/test/scala/zio/prelude/IdentitySpec.scala Show resolved Hide resolved
src/main/scala/zio/prelude/Closure.scala Outdated Show resolved Hide resolved
src/main/scala/zio/prelude/Closure.scala Outdated Show resolved Hide resolved
@KamalKang KamalKang changed the title Zio prelude 26 Added Closure and Commutative Instances Mar 30, 2020
@KamalKang KamalKang changed the title Added Closure and Commutative Instances Added Closure and Associative Instances Mar 30, 2020
@KamalKang
Copy link
Collaborator Author

@adamgfraser and @mijicd - Took care of all the comments. Removed EitherClosure and EitherAssociative for now.

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.

None yet

3 participants