Here are
144 public repositories
matching this topic...
C# functional language extensions - a base class library for functional programming
Updated
Sep 16, 2021
JavaScript
Updated
Jun 14, 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
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
Updated
Mar 26, 2022
Haskell
Functional patterns for Java
Updated
Jun 10, 2022
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
Apr 5, 2022
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 21, 2021
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
Mar 7, 2022
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
Jun 9, 2022
JavaScript
An OCaml library providing clean and flexible parser for languages used in automated deduction
Updated
Jun 10, 2022
OCaml
Kotlin Functors, Applicatives, And Monads in Pictures
Updated
May 18, 2017
Kotlin
Functions as a method to raise level of code abstraction
Updated
Mar 26, 2022
JavaScript
Starting code and proposed solution for Functional Structures Refactoring Kata
Maybe Functor, Applicative and Monad
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 10, 2022
TypeScript
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