comonad

object comonad extends ComonadSyntax
trait Serializable
class Object
trait Matchable
class Any

Implicits

Inherited implicits

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