We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580fb54 commit 8e13f73Copy full SHA for 8e13f73
1 file changed
modules/natchez/src/main/scala/hxl/natchez/package.scala
@@ -56,14 +56,6 @@ package object `natchez` {
56
}
57
.map(round + 1 -> _)
58
59
- case liftF: LiftF[F, A] =>
60
- StateT { (round: Int) =>
61
- Trace[G]
62
- .span("hxl.liftF") {
63
- Trace[G].put("round" -> round) *> compiler(liftF)
64
- }
65
- .map(round + 1 -> _)
66
67
case other => StateT.liftF(compiler(other))
68
69
0 commit comments