comonad

cats.syntax.package$.comonad$
object comonad extends ComonadSyntax

Attributes

Source
package.scala
Graph
Supertypes
trait ToComonadOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
comonad.type

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToComonadOps
Source
Comonad.scala