effect-tree
Preparing search index...
index
structTreeFolds
Variable structTreeFolds
Const
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 Declaration
<
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
>
>
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
Loading...
Create a fold that folds into a struct from a struct of folds.