All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tofu.lift.package.scala Maven / Gradle / Ivy

There is a newer version: 0.9.2
Show newest version
package tofu

import cats.effect.IO

import scala.concurrent.Future

package object lift {
  type UnliftIO[F[_]]         = Unlift[IO, F]
  type UnsafeExecFuture[F[_]] = Unlift[Future, F]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy