Monads 1.1.5

.NET Framework 3.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 Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Silverlight sl3 sl3-wp sl4 sl4-windowsphne71 sl4-wp sl5
Compatible target framework(s)
Additional computed target framework(s)
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