typelevel / algebra

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

Add array instances #132

Closed rklaehn closed 8 years ago

rklaehn commented 8 years ago

Copied from spire, adjusted to algebra conventions, and reduced to just Eq/Order for now. Also added law checks for Array[Int]

Implements #130

johnynek commented 8 years ago

this needs to test that we are following the laws here. Also, I'd like to test to be sure it is behaving as we expect (dictionary ordering) (which I think could be tested by comparing against Ordering.Iterable).

johnynek commented 8 years ago

:+1: