typelevel / algebra

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

Type class instances for tuples #81

Closed adelbertc closed 8 years ago

adelbertc commented 8 years ago

Particularly useful when doing single-pass folds, such as in Monoid#combineAll

Type classes that can be defined off the top of my head:

non commented 8 years ago

I think this is fixed, right @adelbertc?

adelbertc commented 8 years ago

Ah yes, by https://github.com/non/algebra/pull/82 - closing