0
kicks
Maybe Monad… My C# version
Functional programming paradigms are increasingly important to all .NET developers. Monads are key concepts in functional languages. The maybe monad seen in some languages can be ported to C#. In this post, I detail the elements key to the maybe monad and the implementation decisions made when creating such a container.