effect-tree - v1.0.36
Preparing search index...
zipTheseWithEffect
Function zipTheseWithEffect
zipTheseWithEffect
<
A
,
B
,
C
>
(
f
:
(
these
:
These
.
These
<
A
,
B
>
)
=>
C
,
)
:
(
self
:
Tree
<
A
>
,
that
:
Tree
<
B
>
)
=>
Effect
<
Tree
<
C
>
>
Just like
zipThese
except the result is in an effect.
Type Parameters
A
B
C
Parameters
f
:
(
these
:
These
.
These
<
A
,
B
>
)
=>
C
Returns
(
self
:
Tree
<
A
>
,
that
:
Tree
<
B
>
)
=>
Effect
<
Tree
<
C
>
>
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-tree - v1.0.36
Loading...
Just like zipThese except the result is in an effect.