Preparing search index...
The search index is not available
Kombo - v3.0.0
Kombo - v3.0.0
Result
Ok
Type alias Ok<A>
Ok
<
A
>
:
{
isErr
:
false
;
isOk
:
true
;
kind
:
"Ok"
;
value
:
A
;
}
Represents a successful computation
Type Parameters
A
Type declaration
Readonly
is
Err
:
false
Readonly
is
Ok
:
true
Readonly
kind
:
"Ok"
Readonly
value
:
A
github
kombo-json
kombo-workshop
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Kombo -
v3.0.0
Advanced
Helpers
Parser
Result
Simple
Err
Ok
Result
Err
Ok
is
Err
is
Ok
Represents a successful computation