We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2480ccc commit 939bc70Copy full SHA for 939bc70
src/scala/Eq.scala
@@ -2,7 +2,7 @@ package scala
2
3
import annotation.implicitNotFound
4
5
-/** A marker trait indicating that values of kind `L` can be compared to values of type `R`. */
+/** A marker trait indicating that values of type `L` can be compared to values of type `R`. */
6
@implicitNotFound("Values of types ${L} and ${R} cannot be compared with == or !=")
7
sealed trait Eq[-L, -R]
8
0 commit comments