Skip to content

Commit 60ae73b

Browse files
author
Dean Wampler
committed
Bug fix
1 parent c00abfe commit 60ae73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/scala/progscala3/typesystem/deptypes/DependentTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tag::dtlist[]
22
// src/script/scala/progscala3/typesystem/deptypes/DependentTypes.scala
33

4-
import scala.compiletime.S
4+
import scala.compiletime.ops.S
55
import scala.compiletime.ops.int.*
66

77
sealed trait DTList[N <: Int]: // <1>

0 commit comments

Comments
 (0)