Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
Free
suspendF
Function suspendF
suspendF
<
F
>
(
p
)
:
(
<
T
>
(
f
)
=>
Free
<
F
,
T
>
)
It is equivalent to
Free.wrap(p.pure(f))
.
Type Parameters
F
Parameters
p
:
Pure
<
F
>
Returns
(
<
T
>
(
f
)
=>
Free
<
F
,
T
>
)
<
T
>
(
f
)
:
Free
<
F
,
T
>
Type Parameters
T
Parameters
f
:
Free
<
F
,
T
>
Returns
Free
<
F
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
MonadWriter
Array
BinaryHeap
Bool
Cat
Cofree
ComonadCofree
ComonadStore
Compose
Const
Cont
ControlFlow
Coyoneda
Curry
Dom
Dual
Envelope
Ether
Exists
FingerTree
Free
Loading...
Generated using
TypeDoc
It is equivalent to
Free.wrap(p.pure(f))
.