60 packages tagged with “monads”
https://github.com/khanage/Bearded.Monads
A simple project to for Monadic helpers extensions.
C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize
Contains some functional helpers methods and Monads
Maybe is monads implementation for .NET
This project provides the monads Maybe(of T) and Try(of T), both with full support for modern async/await code.
A gathering place for things that identify as monads but are C# in orientation
Temporality category to map function and values changing over the time
NCommons is a set of several .NET libraries which provide common building blocks that can be used by any kind of library or application. This library provides several members which assist in writing type-safe and expressive code. Even though the package is called "Monads", the included members don't necessarily have to be monadic. In general, the goal of the package is to provide utility types, monadic or not, which assist in writing precise code that still looks and behaves like traditional C#. While inspired by functional programming languages, the provided types still look and feel like types that could come straight from the .NET Framework's BCL. Commonly Used Types: Optional<T> Variant<T1>, ..., Variant<T1,...,T8> You can find additional information and documentation on the library's GitHub page: https://github.com/manuelroemer/NCommons
Collection of basic monads and functional extensions for C#
option & chooseSeq computational expressions that work with Null/Option/Nullable
Monadic Parser Combinators which were designed to work well with LINQ.
Railway programming with Monads and c#
Functional code tool kit for C#
Contains core monad implementations including Maybe and Either for general use.
A monads package for C#
A simple F#'s monads port for C#
Vortex is a .Net Standard framework focused on Functional Programming.
Functional.DotNet is a C# library designed to enrich the functional programming experience within the .NET ecosystem. This package offers a suite of powerful, easy-to-use functional constructs and utilities, enabling developers to write more expressive, concise, and reliable code.
Contains implementations of the Option, Result and Either monads, Pipe chaining function calls extensions.
Lightweight functional programming library for C#. IO monad, Unit, Maybe, Either, immutable collections, and more
Providing foundational building blocks for describing programs with expressions, without sacrificing type safety. Also, Monads
Functional programming library for C#
Option and Result types for C# to simplify functional programming.
Implementation of Monads inspired by Scala's Try
Vortex extensions for automapper
Monads are logic in-between instructions and often called "programmable ; " a common monads (Maybe, Do, Return ....) that helps with null checks
FunqTypes is a lightweight functional types for C# featuring functional error handling and null-safety.
Atmoos Sphere Functional: A handful of types that support a more functional approach to C#.