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
2 parents cacd117 + e20eced commit dc08b6bCopy full SHA for dc08b6b
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