Monads 1.1.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Monads --version 1.1.5
NuGet\Install-Package Monads -Version 1.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Monads" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Monads --version 1.1.5
#r "nuget: Monads, 1.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Monads as a Cake Addin
#addin nuget:?package=Monads&version=1.1.5

// Install Monads as a Cake Tool
#tool nuget:?package=Monads&version=1.1.5

Monads for .NET is helpers for C# which makes easier every day of your developer life.
Now supports .NET 3.5-4.0, Silverlight 3-5 and Windows Phone 7.
In functional programming, a monad is a programming structure that represents computations. Monads are a kind of abstract data type constructor that encapsulate program logic instead of data in the domain model. A defined monad allows the programmer to chain actions together to build a pipeline to process data in various steps, in which each action is decorated with additional processing rules provided by the monad. Programs written in functional style can make use of monads to structure procedures that include sequenced operations, or to define some arbitrary control flows (like handling concurrency, continuations, side effects such as input/output, or exceptions).

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl3 is compatible.  sl3-wp is compatible.  sl4 is compatible.  sl4-windowsphne71 is compatible.  sl4-wp is compatible.  sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Monads:

Package Downloads
ExchangeAPI

Sport Exchanges wrapper library

Trace.Logging

Logging trace data to text file or Event Log

XComponent.UI

UI shared library based on syncfusion

NBLib

NBLib

Sekhmet.Xml.Parsing

Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated