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.
scala.caps.Pure
1 parent e2018c2 commit a03f3d4Copy full SHA for a03f3d4
library/src/scala/caps/Pure.scala
@@ -16,5 +16,5 @@ import language.experimental.captureChecking
16
* would give an error only under capture checking. Pure is also dropped in
17
* upper bounds if it forms part of an &-type, or is under a type lambda.
18
*/
19
-trait Pure extends Any:
+transparent trait Pure extends Any:
20
this: Pure =>
0 commit comments