Packages

trait Type[F[_]] extends Cobind.Type[F]

The Comonad.Type should be inherited in type-classes that are derived from Comonad.

Source
Comonad.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def cobind: Cobind[F]
    Definition Classes
    Type
  2. implicit abstract def comonad: Comonad[F]
  3. implicit abstract def functor: Functor[F]
    Definition Classes
    Type