But your problem as stated: > there is a value ...
# arrow
r
But your problem as stated:
there is a value of type
A
.
I have functions of types:
A -> B
,
A -> C
,
A -> D
I want to do this:
A -> (B, C, D)
It's what
arrow.instances.function1.applicative.tupled
does.