Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
Serial
runDecoderPartial
Function runDecoderPartial
run
Decoder
Partial
<
T
>
(
decoder
)
:
(
(
input
)
=>
ParseResult
<
T
>
)
Executes a
Decoder
lazily.
Type Parameters
T
Parameters
decoder
:
Decoder
<
T
>
A decoder to run.
Returns
(
(
input
)
=>
ParseResult
<
T
>
)
The parsing result.
(
input
)
:
ParseResult
<
T
>
Parameters
input
:
DataView
Returns
ParseResult
<
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
Executes a
Decoder
lazily.