Packages

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

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

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

Abstract Value Members

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