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 c00abfe commit 60ae73bCopy full SHA for 60ae73b
src/script/scala/progscala3/typesystem/deptypes/DependentTypes.scala
@@ -1,7 +1,7 @@
1
// tag::dtlist[]
2
// src/script/scala/progscala3/typesystem/deptypes/DependentTypes.scala
3
4
-import scala.compiletime.S
+import scala.compiletime.ops.S
5
import scala.compiletime.ops.int.*
6
7
sealed trait DTList[N <: Int]: // <1>
0 commit comments