typelevel / algebra

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

Work-around for SI-8431. #165

Closed non closed 7 years ago

non commented 7 years ago

If we use super in the implementation of a specialized trait it can cause problems for implementing classes downstream. I hit this bug [1] when trying to get Spire using Algebra.

[1] https://issues.scala-lang.org/browse/SI-8431

tixxit commented 7 years ago

👍

johnynek commented 7 years ago

:+1: