effect-tree
Preparing search index...
effect-tree
zipWithEffect
Function zipWithEffect
zipWithEffect
<
A
,
B
,
C
>
(
f
:
(
self
:
A
,
that
:
B
)
=>
C
,
)
:
(
self
:
Tree
<
A
>
,
that
:
Tree
<
B
>
)
=>
Effect
<
Tree
<
C
>
>
Just like
zipWith
except the given function returns its result in an
Effect
.
Type Parameters
A
B
C
Parameters
f
:
(
self
:
A
,
that
:
B
)
=>
C
Returns
(
self
:
Tree
<
A
>
,
that
:
Tree
<
B
>
)
=>
Effect
<
Tree
<
C
>
>
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-tree
Loading...
Just like zipWith except the given function returns its result in an
Effect.