ComonadSyntax

trait Serializable
class Object
trait Matchable
class Any
trait AllSyntax
object implicits
object all
object comonad

Implicits

Inherited implicits

implicit def toComonadOps[F[_], A](target: F[A])(tc: Comonad[F]): Ops[F, A] { type TypeClassType = Comonad[F]; }
Inherited from
ToComonadOps