The Wayback Machine - https://web.archive.org/web/20210801024709/https://github.com/topics/monoid
Here are
66 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
Functional programming in Java
An advanced, but easy to use, platform for writing functional applications in Java 8.
A library for functional programming in Rust
Updated
Aug 31, 2020
Rust
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
learn-by-doing course/tutorial for functional programming on scala
Updated
Feb 7, 2020
Scala
Functional programming great resources
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Updated
Sep 10, 2020
Clojure
A ReasonML/Ocaml library for category theory and abstract algebra
Updated
May 8, 2021
OCaml
Functional programming and category theory for everyday JavaScript development
Updated
Apr 10, 2019
JavaScript
Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Updated
Jun 10, 2021
JavaScript
Updated
Jan 3, 2020
Python
A binary operation meets an identity element, much fun ensues…
Updated
Nov 17, 2016
Swift
C++ library for semigroups and monoids
Cayley hashing as in "Navigating in the Cayley Graph of SL₂(𝔽ₚ)"
Updated
Dec 28, 2020
Rust
Idris tactics for (commutative) monoids
Updated
May 24, 2020
Idris
Various kata & content to learn and practice design with monoidz inside
Purescript simple scene model and geometric operations.
Updated
Jan 30, 2019
PureScript
Solutions to exercises from the book Haskell Programming
Updated
Jul 27, 2021
Haskell
A collection of algebraic structures borrowed from abstract algebra. Semigroup, Monoid, Group & Field.
Updated
Mar 28, 2020
Dart
Your one-stop shop for Algebraic Data Types (ADT) in elm 🌳
A simple HTTP server inspired by Express and in tune with Functional Programming principles in JavaScript for Deno.
Updated
Dec 28, 2020
JavaScript
🍯 Very opinionated Python monads
Updated
May 26, 2020
Python
Updated
Oct 16, 2017
Haskell
Examples using Twitter's Algebird library
Updated
Jul 7, 2019
Scala
Super simple yet versatile Functional Reactive Programming(FRP) framework with a minimal implementation for monoidal Timeline datatype
Updated
Jun 25, 2018
JavaScript
Improve this page
Add a description, image, and links to the
monoid
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
monoid
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