Compiler

object Compiler extends LowPrioCompiler
Companion
class
trait LowPrioCompiler
trait LowPrioCompiler1
trait LowPrioCompiler2
class Object
trait Matchable
class Any

Implicits

Implicits

implicit val pureInstance: Compiler[Pure, Id]
implicit def syncInstance[F[_]](F: Sync[F]): Compiler[F, F]

Inherited implicits

implicit val fallibleInstance: Compiler[[A] =>> Fallible[A], [_] =>> Either[Throwable, _$159]]
Inherited from
LowPrioCompiler
implicit val idInstance: Compiler[Id, Id]
Inherited from
LowPrioCompiler1
implicit def resourceInstance[F[_]](F: Sync[F]): Compiler[F, [_] =>> Resource[F, _$156]]
Inherited from
LowPrioCompiler2