Monads 1.1.5
dotnet add package Monads --version 1.1.5
NuGet\Install-Package Monads -Version 1.1.5
<PackageReference Include="Monads" Version="1.1.5" />
paket add Monads --version 1.1.5
#r "nuget: Monads, 1.1.5"
// 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 |
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 |
---|