bert2/Nullable.Extensions
A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
C#MIT
Issues
- 2
FlatMap
#13 opened by thomassuckow
A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
C#MIT