true-myth / true-myth-csharp

A library for safer optional programming in C♯.
https://true-myth.github.io/true-myth-csharp
MIT License
4 stars 1 forks source link
csharp dotnet functional-programming

True Myth C♯

A library for safer programming in C♯, with Maybe and Result types with a traditional method-call style.

Azure Pipelines `master` build status Hosted on Nuget.org

Overview

True Myth provides standard, type-safe wrappers and helper functions to help help you with two extremely common cases in programming:

You could implement all of these yourself – it's not hard! – but it's much easier to just have one extremely well-tested library you can use everywhere to solve this problem once and for all.