- Companion
- class
Type members
Types
Value members
Concrete methods
Implicits
Inherited implicits
implicit
def compositeAdjunction[F[_], P[_], G[_], Q[_]](implicit A1: Adjunction[F, G], A2: Adjunction[P, Q]): Adjunction[[α] =>> P[F[α]], [α] =>> G[Q[α]]]
- Inherited from
- AdjunctionInstances