LowPriorityLogIOInstances

logstage.LowPriorityLogIOInstances

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LogIO

Members list

Implicits

Implicits

implicit def limitedCovariance2[F[_, _], E](implicit log: LogIO2[F]): LogIO[[_] =>> F[E, _$14]]

Emulate covariance. We're forced to employ these because we can't make LogIO covariant, because covariant implicits are broken (see scalac bug)

Emulate covariance. We're forced to employ these because we can't make LogIO covariant, because covariant implicits are broken (see scalac bug)

Safe because F appears only in a covariant position

Attributes

See also
implicit def limitedCovariance3[F[_, _, _], R, E](implicit log: LogIO3[F]): LogIO[[_] =>> F[R, E, _$18]]