typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

more packages? #105

Closed johnynek closed 8 years ago

johnynek commented 8 years ago

we could break core into algebra-core, algebra-ring (depends on core), algebra-lattice (depends on ring).

It might be easier to maintain binary stability in a smaller algebra-core which has fewer concepts, which are incidentally the ones most commonly used in Cats, Algebird, Scalding and Summingbird.

avibryant commented 8 years ago

I'd be in favor of this change.

rklaehn commented 8 years ago

Isn't this a duplicate of #43? In any case, I would be in favour.

non commented 8 years ago

Makes sense to me. Let's do it!

johnynek commented 8 years ago

@rklaehn yep. Sorry. My bad. +1 to @non 's original idea.