typelevel / algebra

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

Override repeatedCombineN and combineAllOption for Unit algebra #91

Closed ceedubs closed 8 years ago

ceedubs commented 8 years ago

The combineAllOption override is per a suggestion from @johnynek.

johnynek commented 8 years ago

Thanks. We have the algebra for Unit totally dialed. I guess Boolean is close too. Next we need to start working on the type with 3 elements.

ceedubs commented 8 years ago

:)