Maps and flattens the tuple by a function f which maps from B to Tuple<A, C>. The first element is combined by the SemiGroup instance for A.
f
B
Tuple<A, C>
SemiGroup
A
The SemiGroup instance for A.
The composed tuple.
Generated using TypeDoc
Maps and flattens the tuple by a function
f
which maps fromB
toTuple<A, C>
. The first element is combined by theSemiGroup
instance forA
.