FunctorK

perspective.FunctorK
See theFunctorK companion trait
object FunctorK

Attributes

Companion
trait
Source
FunctorK.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FunctorK.type

Members list

Givens

Givens

given composeCatsInside[F[_[_]], G[_]](using F: FunctorKC[F], G: Functor[G]): composeCatsInside[F, G]

Attributes

Source
FunctorK.scala
given composeCatsOutside[F[_], G[_[_]]](using F: Functor[F], G: FunctorKC[G]): composeCatsOutside[F, G]

Attributes

Source
FunctorK.scala
given composeId[F[_], X](using F: Functor[F]): FunctorKC[[H[_]] =>> F[H[X]]]

Attributes

Source
FunctorK.scala
given idInstanceC[A]: FunctorKC[IdFC[A]]

Attributes

Source
FunctorK.scala