csharp-monad 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package csharp-monad --version 1.0.0
NuGet\Install-Package csharp-monad -Version 1.0.0
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="csharp-monad" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add csharp-monad --version 1.0.0
#r "nuget: csharp-monad, 1.0.0"
#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 csharp-monad as a Cake Addin
#addin nuget:?package=csharp-monad&version=1.0.0

// Install csharp-monad as a Cake Tool
#tool nuget:?package=csharp-monad&version=1.0.0

A C# library of monads and a full set of parser combinators based on the Haskell Parsec library.

Either <L,R>
EitherStrict <L,R>
IO <T>
Option <T>
OptionStrict <T>
Parser <T>
Reader <E,T>
RWS <R,W,S,T> - Combined Reader/Writer/State
State <S,T>
Try<T>
Writer<W,T>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on csharp-monad:

Package Downloads
Injector

Injects values into config files directly or via environment variables. Can inject app settings, connection strings, or WCF client endpoints.

UruIT.RESTClient

Client for calling HTTP REST APIs, mapping HTTP responses to C# types using a fluent API

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 161,715 6/28/2016
1.0.0 2,625 6/28/2016
0.0.4 3,221 9/14/2015
0.0.3 4,566 2/25/2015
0.0.2 1,964 2/19/2015
0.0.1 2,412 11/20/2014

Parsec bug fixes
Typo fixes