Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/parser
Result
Fail
Type Alias Fail
Parsing failure with a reason.
type
Fail
=
{
reader
:
Reader
.
t
;
reason
:
string
;
value
?:
undefined
;
}
Index
Properties
reader
reason
value?
Properties
reader
reader
:
Reader
.
t
reason
reason
:
string
Optional
value
value
?:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reader
reason
value
Guides
Skill
GitHub
Prelude API
Loading...
Parsing failure with a reason.