An open API service indexing awesome lists of open source software.

https://github.com/kallanreed/monadsharp

A collection of monads for C# that provide some functional programming flavor.
https://github.com/kallanreed/monadsharp

Last synced: 2 months ago
JSON representation

A collection of monads for C# that provide some functional programming flavor.

Awesome Lists containing this project

README

          

# Monad Sharp
A collection of monads for C# that provide some functional programming flavor.

## Description
C# Implementations of some common monadic types including Maybe, Either and extensions for IEnumerable.
The library attempts to provide an intuitive API and decent syntax to keep calling code as readable as is possible in C#.

## NuGet
The current version of Monad Sharp is available as a [NuGet package](https://www.nuget.org/packages/MonadSharp_KR)