The Wayback Machine - https://web.archive.org/web/20210801035340/https://github.com/topics/monad
Here are
468 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
🦋 Fantasy Land compliant (monadic) alternative to Promises
Updated
Jul 30, 2021
JavaScript
Updated
Jun 29, 2021
JavaScript
Functional programming in Java
An advanced, but easy to use, platform for writing functional applications in Java 8.
Updated
Jul 26, 2021
TypeScript
Monads and other dark magic for Elixir
Updated
May 7, 2021
Elixir
A library for functional programming in Rust
Updated
Aug 31, 2020
Rust
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
Updated
Sep 21, 2020
Haskell
Functional patterns for Java
Specification for common algebraic structures in JavaScript based on Fantasy Land
Updated
Oct 29, 2019
JavaScript
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
Jul 13, 2021
Swift
learn-by-doing course/tutorial for functional programming on scala
Updated
Feb 7, 2020
Scala
Elegant error/exception handling in Elixir, with result monads.
Updated
Jan 13, 2020
Elixir
Useful, common monads in idiomatic Ruby
Updated
Jul 23, 2021
Ruby
Updated
Jul 31, 2021
Scala
A multiplatform Result monad for modelling success or failure operations.
Updated
Jun 15, 2021
Kotlin
Functional programming great resources
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Updated
Sep 10, 2020
Clojure
Updated
Feb 13, 2021
HTML
Little monad library designed for TypeScript
Updated
May 6, 2021
TypeScript
Abstraction for managing asynchronous code in JS
Updated
Oct 12, 2018
JavaScript
A fool's scriptum on functional programming
Updated
Jul 31, 2021
JavaScript
Async-capable IO monad for JS
Updated
Jul 14, 2021
JavaScript
JavaScript embedded effects compiler
Updated
Dec 24, 2020
JavaScript
Ramda inspired library of helper functions for ReasonML
Updated
May 10, 2021
OCaml
The Monad Transformer Library
Updated
Jul 20, 2021
Haskell
A macro library that converts native imperative syntax to scalaz's monadic expressions
Updated
Mar 12, 2021
Scala
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