monadsharp
Monad library
A collection of monadic types for C# with focus on readability and usability.
A collection of monads for C# that provide some functional programming flavor.
1 stars
2 watching
0 forks
Language: C#
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clojure/algo.monads | A Clojure-based library providing macros and definitions for common data monads. | 448 |
mplatvoet/funktional | A Kotlin implementation of monadic types for functional programming. | 10 |
khinsen/monads-in-clojure | An introduction to monads in Clojure, covering the basics of this functional programming concept. | 223 |
ircmaxell/monad-php | A PHP library providing a basic set of functional programming constructs through the use of monads. | 295 |
thangiee/freasy-monad | A Scala macro-based library for creating typelevel monads with first-class support in IntelliJ | 114 |
jsmonk/sweet-monads | Provides a set of monads and interfaces for working with lazy iterators in TypeScript | 346 |
drboolean/freeky | A collection of monads for composable and expressive functional programming in JavaScript | 176 |
affeldt-aist/monae | A Coq library for formalizing and reasoning about monads with equational logic | 68 |
bioball/mandolin | A JavaScript library that enables safe and composable operations with monadic types | 14 |
jasondelaat/pymonad | An implementation of monads and related data structures in Python. | 198 |
joashc/csharp-probability-monad | A monadic probabilistic programming framework for Bayesian modelling and inference in C#. | 96 |
alex-lairan/monads | A collection of monad implementations for Crystal programming language | 47 |
rob-brown/monadex | A library that helps developers work with monads in Elixir to manage state and control code flow. | 309 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |
heinrichapfelmus/operational | A library for implementing monads by specifying instructions and their operational semantics | 82 |