Compiler

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

Implicits

Implicits

implicit def syncInstance[F <: ([_$162] =>> Any)](F: Sync[F]): Compiler[F, F]
implicit val pureInstance: Compiler[Pure, Id]

Inherited implicits

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