ObjectMap
libretto.lambda.ObjectMap
trait ObjectMap[|*|[_, _], <*>[_, _], F[_, _]] extends Functional[F]
Type parameters
- <*>
-
monoidal product in the target "category"
- F
-
mapping on objects.
f: F[A, X]
means that objectA
of the source "category" is mapped to objectX
in the target "category". - |*|
-
monoidal product in the source "category"
Attributes
- Graph
-
- Supertypes
Members list
In this article