oolong
2.1.2-SNAPSHOT
oolong
/
oolong.next
/
bimap
bimap
fun
<
A
,
B
,
C
,
D
>
bimap
(
next
:
Pair
<
A
,
Effect
<
B
>
>
,
fa
:
(
A
)
->
C
,
fb
:
(
B
)
->
D
)
:
Pair
<
C
,
Effect
<
D
>
>
Content copied to clipboard
Transform
next
of type
A
to
Effect
of type
B
to
Pair
of type
C
to
Effect
of type
D
using
fa
and
fb
.