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.
- Host: GitHub
- URL: https://github.com/kallanreed/monadsharp
- Owner: kallanreed
- License: mit
- Created: 2015-12-12T19:20:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T18:30:49.000Z (almost 10 years ago)
- Last Synced: 2025-10-30T23:58:46.455Z (5 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-functional-programming - **monadsharp** - A collection of monads for C# that provide some functional programming flavor
- awesome-functional-programming - **monadsharp** - A collection of monads for C# that provide some functional programming flavor
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)