Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoworko committed Oct 22, 2024
1 parent 97d4408 commit 4494d7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import cats.effect.IO
import cats.implicits.toFunctorOps
import pl.touk.nussknacker.engine.util.SynchronousExecutionContextAndIORuntime.syncIoRuntime

import scala.language.higherKinds

object FunctorUtils {

implicit class Ops[M[_]: Functor, T](m: M[T]) {
Expand Down

0 comments on commit 4494d7b

Please sign in to comment.