Skip to content

Commit d4599c7

Browse files
committed
fix compile
1 parent 4978199 commit d4599c7

File tree

1 file changed

+1
-1
lines changed
  • distage/distage-model/src/main/scala/com/github/pshirshov/izumi/distage/model/monadic

1 file changed

+1
-1
lines changed

distage/distage-model/src/main/scala/com/github/pshirshov/izumi/distage/model/monadic/DIEffect.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object DIEffect
8686
override def fail[A](t: => Throwable): Identity[A] = throw t
8787
}
8888

89-
implicit def fromBIO[F[+_, +_]](implicit F: BIO[F]): DIEffect[F[Throwable, ?]] = {
89+
implicit def fromBIO[F[+_, +_]: BIO]: DIEffect[F[Throwable, ?]] = {
9090
type E = Throwable
9191
new DIEffect[F[Throwable, ?]] {
9292
import BIO._

0 commit comments

Comments
 (0)