An open API service indexing awesome lists of open source software.

https://github.com/milandjurdjevic/either

Functional-style error handling in C# using a simple Either implementation.
https://github.com/milandjurdjevic/either

csharp error-handling functional-programming monads

Last synced: 5 months ago
JSON representation

Functional-style error handling in C# using a simple Either implementation.

Awesome Lists containing this project

README

          

# Either

An example implementation of the Either pattern in C#, showcasing functional-style error handling with a generic
`Either` type to represent success `TOk` or failure `TError` results.