IsomorphismArrow
trait IsomorphismArrow[F[_, _], G[_, _]] extends Arrow[F] with IsomorphismSplit[F, G] with IsomorphismStrong[F, G] with IsomorphismCategory[F, G]
Type members
Inherited classlikes
Value members
Inherited methods
Run fab
and fac
on the same A
. Sometimes &&&
.
Run fab
and fac
on the same A
. Sometimes &&&
.
- Inherited from
- Arrow
The endomorphism monoid, where zero
=id
and
append
=compose
.
The endomorphism monoid, where zero
=id
and
append
=compose
.
- Inherited from
- Category
The endomorphism semigroup, where append
=compose
.
The endomorphism semigroup, where append
=compose
.
- Inherited from
- Compose