Preparing search index...
The search index is not available
neotype_prelude
neotype_prelude
ior
Ior
lift
Function lift
lift
<
TArgs
,
T
>
(
f
)
:
(
<
A
>
(
...
iors
)
=>
Ior
<
A
,
T
>
)
Adapt a synchronous function to be applied in the context of
Ior
.
Type Parameters
TArgs
extends
unknown
[]
T
Parameters
f
:
(
(
...
args
)
=>
T
)
(
...
args
)
:
T
Parameters
Rest
...
args
:
TArgs
Returns
T
Returns
(
<
A
>
(
...
iors
)
=>
Ior
<
A
,
T
>
)
<
A
>
(
...
iors
)
:
Ior
<
A
,
T
>
Type Parameters
A
extends
Semigroup
<
A
>
Parameters
Rest
...
iors
:
{
[
K
in
keyof
TArgs
]
:
Ior
<
A
,
TArgs
[
K
]
>
}
Returns
Ior
<
A
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
neotype_prelude
builder
cmb
cmp
either
fn
ior
maybe
pair
validation
Generated using
TypeDoc
Adapt a synchronous function to be applied in the context of
Ior
.