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

tofu.internal.carriers.unlift.scala Maven / Gradle / Ivy

There is a newer version: 0.13.6
Show newest version
package tofu.internal.carriers

import tofu.lift.Unlift

// This is purely workaround for scala 2.12
// Which denies to unfold a macro (and recieve a type error)
// before checking an implicit for eligibility
trait UnliftCarrier2[F[_], G[_]] extends Unlift[F, G]

object UnliftCarrier2 extends UnliftCarrier2Macro

trait UnliftCarrier3[F[_], G[_]] extends Unlift[F, G]

object UnliftCarrier3 extends UnliftCarrier3Macro




© 2015 - 2025 Weber Informatics LLC | Privacy Policy