Header menu logo XParsec

ErrorType<'T, 'State> Type

Union cases

Union case Description

EndOfInput

Full Usage: EndOfInput

Expected 'T

Full Usage: Expected 'T

Parameters:
    Item : 'T

Item : 'T

ExpectedSeq 'T seq

Full Usage: ExpectedSeq 'T seq

Parameters:
    Item : 'T seq

Item : 'T seq

Message string

Full Usage: Message string

Parameters:
    Item : string

Item : string

Nested(parent, children)

Full Usage: Nested(parent, children)

Parameters:
parent : ErrorType<'T, 'State>
children : ParseError<'T, 'State> list

Unexpected 'T

Full Usage: Unexpected 'T

Parameters:
    Item : 'T

Item : 'T

UnexpectedSeq 'T seq

Full Usage: UnexpectedSeq 'T seq

Parameters:
    Item : 'T seq

Item : 'T seq

Instance members

Instance member Description

this.IsEndOfInput

Full Usage: this.IsEndOfInput

Returns: bool
Returns: bool

this.IsExpected

Full Usage: this.IsExpected

Returns: bool
Returns: bool

this.IsExpectedSeq

Full Usage: this.IsExpectedSeq

Returns: bool
Returns: bool

this.IsMessage

Full Usage: this.IsMessage

Returns: bool
Returns: bool

this.IsNested

Full Usage: this.IsNested

Returns: bool
Returns: bool

this.IsUnexpected

Full Usage: this.IsUnexpected

Returns: bool
Returns: bool

this.IsUnexpectedSeq

Full Usage: this.IsUnexpectedSeq

Returns: bool
Returns: bool

Type something to start searching.