Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Monoid to semigroup #487

Merged
merged 6 commits into from
Mar 31, 2014
Merged

Monoid to semigroup #487

merged 6 commits into from
Mar 31, 2014

Conversation

julienledem
Copy link
Contributor

Changes the Producer API to make it depend on Semigroup instead of Monoid, as Summingbird does not depend on the identity element.

@@ -16,8 +16,7 @@

package com.twitter.summingbird

/** Monoid stands alone. */
import com.twitter.algebird.{ Monoid, Semigroup }
import com.twitter.algebird.Semigroup
Copy link
Contributor Author

Choose a reason for hiding this comment

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

/** Semigroup is half-standing */

@ianoc
Copy link
Collaborator

ianoc commented Mar 31, 2014

LGTM thanks, love all the comments on those functions

ianoc added a commit that referenced this pull request Mar 31, 2014
@ianoc ianoc merged commit ef2af68 into twitter:develop Mar 31, 2014
@johnynek
Copy link
Collaborator

johnynek commented Apr 1, 2014

Great to see the team growing! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants