Here are
137 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
Updated
Jun 29, 2021
JavaScript
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
In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.
Updated
Oct 26, 2020
Haskell
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Updated
Sep 10, 2020
Clojure
Functional programming and category theory for everyday JavaScript development
Updated
Apr 10, 2019
JavaScript
Examples with Functional JavaScript, following Professor Frisby's course
Updated
Jul 21, 2021
JavaScript
Proof of concept: Maybe, Reader and Try monad
Updated
Mar 8, 2020
Swift
《前端基础漫游指南》深入的、系统的学习 javascript 基础,喜欢点 Star
Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Updated
Jun 10, 2021
JavaScript
🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
Updated
Jul 27, 2021
JavaScript
An OCaml library providing clean and flexible parser for languages used in automated deduction
Updated
Jul 23, 2021
OCaml
Kotlin Functors, Applicatives, And Monads in Pictures
Updated
May 18, 2017
Kotlin
Maybe Functor, Applicative and Monad
Starting code and proposed solution for Functional Structures Refactoring Kata
Functions as a method to raise level of code abstraction
Updated
Apr 10, 2021
JavaScript
evaluation using f-algebras
Updated
Sep 7, 2015
Haskell
A Haskell fan fiction for ReasonML
Updated
Dec 30, 2018
OCaml
A utility library to write code in functional programming style in Javascript
Updated
Jun 9, 2021
TypeScript
An exploratory look into functors, applicatives, and monads for Elixir
Updated
Dec 22, 2017
Elixir
Improve this page
Add a description, image, and links to the
functor
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
functor
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