A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
functional-programming monad functor isomorphism extension-methods maybe-monad nullable-reference-types nullable-types
-
Updated
Feb 22, 2023 - C#