Header menu logo fantomas

OperationResult<'T> Type

The result type of a computational modality to collect warnings and possibly fail

Union cases

Union case Description

ErrorResult(warnings, error)

Full Usage: ErrorResult(warnings, error)

Parameters:
    warnings : exn list
    error : exn

warnings : exn list
error : exn

OkResult(warnings, result)

Full Usage: OkResult(warnings, result)

Parameters:
    warnings : exn list
    result : 'T

warnings : exn list
result : 'T

Instance members

Instance member Description

this.IsErrorResult

Full Usage: this.IsErrorResult

Returns: bool
Returns: bool

this.IsOkResult

Full Usage: this.IsOkResult

Returns: bool
Returns: bool

Type something to start searching.