COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211220023154/https://github.com/topics/monad
Here are
488 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
🦋 Fantasy Land compliant (monadic) alternative to Promises
Updated
Dec 7, 2021
JavaScript
Updated
Sep 16, 2021
JavaScript
Functional programming in Java
Updated
Dec 10, 2021
Java
An advanced, but easy to use, platform for writing functional applications in Java 8.
Updated
Nov 12, 2021
Java
Updated
Dec 16, 2021
TypeScript
Monads and other dark magic for Elixir
Updated
Dec 18, 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
Dec 14, 2021
Haskell
Functional patterns for Java
Updated
Sep 18, 2021
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
Oct 31, 2021
Swift
learn-by-doing course/tutorial for functional programming on scala
Updated
Feb 7, 2020
Scala
A multiplatform Result monad for modelling success or failure operations.
Updated
Nov 2, 2021
Kotlin
Useful, common monads in idiomatic Ruby
Updated
Sep 25, 2021
Ruby
Elegant error/exception handling in Elixir, with result monads.
Updated
Jan 13, 2020
Elixir
Updated
Dec 17, 2021
Scala
Functional programming great resources
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Updated
Sep 10, 2020
Clojure
Updated
Dec 17, 2021
HTML
Little monad library designed for TypeScript
Updated
May 6, 2021
TypeScript
Async-capable IO monad for JS
Updated
Dec 18, 2021
JavaScript
Abstraction for managing asynchronous code in JS
Updated
Oct 12, 2018
JavaScript
Untyped/typed functional standard library for Javascript.
Updated
Dec 19, 2021
JavaScript
JavaScript embedded effects compiler
Updated
Nov 11, 2021
JavaScript
🔧 Fast, modern, and practical utility library for FP in TypeScript.
Updated
Dec 18, 2021
TypeScript
The Monad Transformer Library
Updated
Nov 17, 2021
Haskell
Ramda inspired library of helper functions for ReasonML
Updated
Sep 21, 2021
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