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

weaver.package.scala Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
import cats.effect.IO

package object weaver {

  type IOSuite        = MutableIOSuite
  type SimpleIOSuite  = SimpleMutableIOSuite
  type GlobalResource = IOGlobalResource
  type GlobalRead     = GlobalResourceF.Read[IO]
  type GlobalWrite    = GlobalResourceF.Write[IO]
  type FunSuite       = FunSuiteIO
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy