Cokleisli

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Inherited implicits

implicit
def cokleisliArrow[F[_]](implicit F0: Comonad[F]): Arrow[[_, _] =>> Cokleisli[F, _$17, _$18]] & ProChoice[[_, _] =>> Cokleisli[F, _$19, _$20]]
Inherited from
CokleisliInstances
implicit
def cokleisliCompose[F[_]](implicit F0: Cobind[F]): Compose[[_, _] =>> Cokleisli[F, _$8, _$9]]
Inherited from
CokleisliInstances0
implicit
def cokleisliMonad[F[_], R]: Monad[[_] =>> Cokleisli[F, R, _$14]] & BindRec[[_] =>> Cokleisli[F, R, _$15]]
Inherited from
CokleisliInstances
implicit
def cokleisliProfunctor[F[_] : Functor]: Profunctor[[_, _] =>> Cokleisli[F, _$11, _$12]]
Inherited from
CokleisliInstances0