typelevel / algebra

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

Move algebra.std.Rat to tests #135

Closed rklaehn closed 8 years ago

rklaehn commented 8 years ago

It seems that algebra.std.Rat is there mostly for testing some typeclasses.

I think if people want a rational number type for production use, they would be much better off with spire.math.Rational. In any case, algebra should not contain data structures.

So I think Rat belongs into the test scope. Otherwise people will use it in production.

tixxit commented 8 years ago

:+1: