typelevel / algebra

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

replace traversable with iterable #252

Closed i10416 closed 2 years ago

i10416 commented 2 years ago
armanbilge commented 2 years ago

FYI algebra will no longer be developed here, but in the cats repo:

The code in this repository was moved into Cats in cats#3918. All future development will occur there. Algebra will continue to release under the same artifact name and maintain binary compatibility with the 2.x series.

https://github.com/typelevel/algebra#current-status

@johnynek would you consider archiving this repo?

i10416 commented 2 years ago

Thanks for informing me of that!