Chessie
Chessie.ErrorHandling Namespace
Type | Description |
AsyncResult<'a, 'b> | Represents the result of an async computation |
Result<'TSuccess, 'TMessage> | Represents the result of a computation. |
Module | Description |
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
Type | Description |
ResultExtensions | Extensions methods for easier C# usage. |