Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
Serial
ParseResult
Type alias ParseResult<S>
Parse
Result
<
S
>
:
Readonly
<
{
input
:
DataView
;
message
:
string
;
type
:
typeof
failureNominal
;
}
|
{
resume
:
(
(
buf
)
=>
ParseResult
<
S
>
)
;
type
:
typeof
partialNominal
;
}
|
{
rest
:
DataView
;
state
:
S
;
type
:
typeof
parseDoneNominal
;
}
>
A result of parsing with a state
S
.
Type Parameters
S
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
A result of parsing with a state
S
.