effect-tree - v1.0.36
Preparing search index...
structTreeFolds
Function structTreeFolds
structTreeFolds
<
const
S
extends
Record
<
string
,
Algebra
<
TreeFTypeLambda
,
any
>
>
>
(
struct
:
S
,
)
:
<
E
=
unknown
,
R
=
unknown
,
I
=
never
>
(
fas
:
TreeF
.
TreeF
<
E
,
StructReturns
<
TreeFTypeLambda
,
S
,
E
,
R
,
I
>
>
,
)
=>
Simplify
<
StructReturns
<
TreeFTypeLambda
,
S
,
E
,
R
,
I
>
>
Create a fold that folds into a struct from a struct of folds.
Type Parameters
const
S
extends
Record
<
string
,
Algebra
<
TreeFTypeLambda
,
any
>
>
Parameters
struct
:
S
Returns
<
E
=
unknown
,
R
=
unknown
,
I
=
never
>
(
fas
:
TreeF
.
TreeF
<
E
,
StructReturns
<
TreeFTypeLambda
,
S
,
E
,
R
,
I
>
>
,
)
=>
Simplify
<
StructReturns
<
TreeFTypeLambda
,
S
,
E
,
R
,
I
>
>
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-tree - v1.0.36
Loading...
Create a fold that folds into a struct from a struct of folds.