Here are
510 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
🦋 Fantasy Land compliant (monadic) alternative to Promises
Updated
May 23, 2022
JavaScript
Updated
Sep 16, 2021
JavaScript
Functional programming in Java
An advanced, but easy to use, platform for writing functional applications in Java 8.
Updated
May 20, 2022
Java
Updated
May 25, 2022
TypeScript
Monads and other dark magic for Elixir
Updated
May 9, 2022
Elixir
A library for functional programming in Rust
Updated
Aug 31, 2020
Rust
The most powerful IO monad implementation in JS, possibly in any language!
Updated
Apr 14, 2022
JavaScript
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
Updated
Mar 26, 2022
Haskell
Functional patterns for Java
Updated
Mar 14, 2022
Java
Specification for common algebraic structures in JavaScript based on Fantasy Land
Updated
Oct 29, 2019
JavaScript
A multiplatform Result monad for modelling success or failure operations.
Updated
Apr 20, 2022
Kotlin
An axiom-free formalization of category theory in Coq for personal study and practical work
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Updated
Apr 5, 2022
Swift
learn-by-doing course/tutorial for functional programming on scala
Updated
Feb 7, 2020
Scala
Useful, common monads in idiomatic Ruby
Updated
Apr 22, 2022
Ruby
Elegant error/exception handling in Elixir, with result monads.
Updated
Jan 13, 2020
Elixir
Updated
May 24, 2022
Scala
Updated
Mar 30, 2022
HTML
Functional programming great resources
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Updated
Sep 10, 2020
Clojure
🔧 Fast, modern, and practical utility library for FP in TypeScript.
Updated
Apr 30, 2022
TypeScript
Little monad library designed for TypeScript
Updated
May 6, 2021
TypeScript
Abstraction for managing asynchronous code in JS
Updated
Oct 12, 2018
JavaScript
Untyped/typed functional standard library for Javascript.
Updated
May 19, 2022
JavaScript
The Monad Transformer Library
Updated
May 23, 2022
Haskell
JavaScript embedded effects compiler
Updated
Feb 17, 2022
JavaScript
Ramda inspired library of helper functions for ReasonML
Updated
Feb 11, 2022
OCaml
Improve this page
Add a description, image, and links to the
monad
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
monad
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError
(andgetPathOrError
). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a