Top 20 NuGet monad Packages

Simple library for F#
ExtCore provides extensions to the F# core library (FSharp.Core) and aims to help you build industrial-strength F# applications. These extensions include additional functions for modules such as Array, List, Set, and Map; immutable IntSet, IntMap, LazyList, and Queue collections; a variety of comput...
FsControl is an overload library for F#.
Provides a class and a few extension methods to facilitate common operations with values that may or may not exist. Traditionally, programmers often use `null` references to represent values that "aren't there", but the problem is that this was never their intended purpose. - Languages like C# do...
Maybe/Optional monad implementation for C#. For more information see http://csharp-functional.readthedocs.io/en/latest/maybe-monad.html.
UltimateOrb Core Libraries.
Package Description
Extension methods and other objects for integrating the Optional# Optional type into .NET.
An implementation of the Reader monad in F#
Package Description
See the project page for more.
Library provides C# language extensions
Yet another implementation of an option/optional type for .NET. An Optional type explicitly represents the type of a value that may or may not exist. While you can do this with nulls, that has many drawbacks. Some of the benefits of this library over some others include comprehensive equality supp...
Dataflow programming, the monadic way
Contains core monad implementations including Maybe and Either for general use.