maybe-monad
There are 60 repositories under maybe-monad topic.
vkhorikov/CSharpFunctionalExtensions
Functional extensions for C#
palatable/lambda
Functional patterns for Java
patrickmichalina/typescript-monads
📚Write safer TypeScript using Maybe, List, Result, and Either monads.
functionalland/functional
Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
ace411/bingo-functional
A simple functional programming library for PHP
serradura/kind
A development toolkit for Ruby with several small/cohesive abstractions to empower your development workflow - It's totally free of dependencies.
xyzsd/dichotomy
Result, Either, Try, and Maybe monadic types for Java
VitorLuizC/maybe
🌯 The prettiest TypeScript implementation of Maybe monad.
bert2/Nullable.Extensions
A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
edumserrano/csharp-functional
csharp-functional provides a set of NuGet packages to drive your coding towards a functional approach as well as enabling Railway Oriented programming
hcerim/Funk
Functional programming library for C#
sbernheim4/excoptional
A fully typed, zero-dependency implementation of the functional programming Option object for JavaScript and TypeScript
joeldentici/monadic-js
Algebraic structure implementations, do-notation, and operators to truly live the fantasy
d2207197/carriage
Less code, More productive. Enhanced Python collection classes for daily use
rdeneau/ts-maybe-type
Object-oriented implementation of the Maybe type in TypeScript
williamareynolds/ts-cat
A static-land and fantasy-land compliant library containing interfaces for common type-classes and common instances of them.
mcgizzle/CS4012-Functional-Programming
Haskell monad transformers and some other helpful stuff
ariebovenberg/cans
Simple, functional, composable containers
bfriesen/RandomSkunk.Results
A functional alternative to exception-based error handling in C#.
bouraine/maybe-monade
Maybe monad implementation in Typescript
fl3pp/JFlepp.Maybe
A Maybe type for C#, aimed as an idiomatic port of the option type in F# to C#
iQweex/Monads
This package provides Either, Maybe and List Monads for C# with an opportunity inherit from built in type and create custom Monadic Types.
matteoantoci/fat-arrow-ts
Fat Arrow is a library for Typed Functional Programming in TypeScript compatible with Node.js and all major browsers.
nidstang/maybe
A Maybe monad in JavaScript
12joan/rubio
Write pure, functional code that encapsulates side effects using the IO monad (and friends) in Ruby
cptjazz/Bebop.Monads
Provides a C# implementation of the Maybe monad.
Grouloo/shulk
Write beautiful code that won't crash.
kylecorbelli/typescript-maybe
A TypeScript Maybe Type and Module
PaddyPowerBetfair/Option
C# representation of maybe monad
shahabganji/Funx
A robust and useful library to use functional programming in C#
AlexXanderGrib/monads-io
Practical, Tree-Shakeable implementation of Either (Result) and Option (Maybe) in TypeScript
astuanax/fun
Functional javascript library
franzose/lemonad
Yet another monads implementation written in PHP
jbreckmckye/highly-questionable
Result / Option pseudomonad for TypeScript
joseterrera/tic-tac-toe-typescript-react
A project that explores functional programming, typescript, and monads, using https://github.com/babakness/soultrain, a functioal library that has types.
ortense/functors
A collection of dependency-free functors written in TypeScript, created to be type-safe, immutable, and lightweight.