Chessie


Chessie

Chessie.ErrorHandling Namespace

TypeDescription
AsyncResult<'a, 'b>

Represents the result of an async computation

Result<'TSuccess, 'TMessage>

Represents the result of a computation.

ModuleDescription
AsyncExtensions

Useful functions for combining error handling computations with async computations.

AsyncTrial

Basic support for async error handling computation

Trial

Basic combinators and operators for error handling.

Chessie.ErrorHandling.CSharp Namespace

TypeDescription
ResultExtensions

Extensions methods for easier C# usage.

Fork me on GitHub