Here are
119 public repositories
matching this topic...
-
Updated
May 3, 2022
-
TypeScript
The most powerful IO monad implementation in JS, possibly in any language!
-
Updated
Apr 14, 2022
-
JavaScript
Maybe is a type that wraps optional values
-
Updated
Oct 19, 2018
-
JavaScript
Discriminated unions, pattern matching and partial applications for C#
Either and Maybe monads for better error-handling in C++ ↔️
-
Updated
Jul 24, 2016
-
Ruby
The TypeScript Standard Library
-
Updated
Feb 11, 2022
-
TypeScript
Maybe render a React component, maybe not 😮
-
Updated
Apr 28, 2022
-
JavaScript
Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
-
Updated
Jun 10, 2021
-
JavaScript
Functional additions to C
A short course on Functional Programming in Typescript
-
Updated
Jan 5, 2022
-
TypeScript
Implements Either, Maybe and Tuple monads.
-
Updated
Apr 30, 2017
-
TypeScript
A small typed and safe library for error handling with functionnal programming concept in Dart and flutter project
-
Updated
Aug 31, 2021
-
Dart
Experimental implementation of Maybe and Result monads compatible with await.
-
Updated
Sep 9, 2020
-
TypeScript
🗃 A mono-repository with functional programming helpers, algebraic data types, util functions, types and even some micro frameworks in TypeScript.
-
Updated
Jan 9, 2022
-
TypeScript
No more null check with an dart equivalent of Maybe (Haskel, Elm) / Option (F#).
-
Updated
Mar 11, 2021
-
Dart
Functional helpers including `Async` and `Result` to help enable things like "railway-oriented" programming. Heavily inspired by F#
-
Updated
Sep 23, 2018
-
TypeScript
Lightweight functional data and side effects manipulation patterns in Golang with no dependencies.
Fast strong typed 'Either' data structure for typescript and flow
-
Updated
Dec 11, 2017
-
JavaScript
Some Scala useful classes ported to PHP.
🌯 The prettiest TypeScript implementation of Maybe monad.
-
Updated
Jan 9, 2022
-
TypeScript
A "functional" library for typescript
-
Updated
Oct 16, 2017
-
TypeScript
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
-
Updated
Mar 27, 2022
-
TypeScript
Utilities for composable approach to handle null and undefined
-
Updated
Apr 10, 2022
-
TypeScript
Rusty Monad Results for JS
-
Updated
Apr 24, 2020
-
JavaScript
A Typescript implementation of the Maybe data type
-
Updated
Mar 2, 2021
-
TypeScript
A Ruby implementation of the Maybe type
-
Updated
Jul 11, 2017
-
Ruby
Type safe Option, Result and Vector from the Rust programming language
-
Updated
Sep 9, 2021
-
TypeScript
A fully typed, zero-dependency implementation of the functional programming Option object for JavaScript and TypeScript
-
Updated
Jan 22, 2022
-
HTML
Improve this page
Add a description, image, and links to the
maybe
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
maybe
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 it feasible/easy to serialize and deserialize Validators?
I noticed
parserAsStringapi, which seems like the serialization part.Just wondering if there is anything like
parserFromString(existing or planned)