From b28cba25b8efcad8b29ef70981e6cf42aa8394ef Mon Sep 17 00:00:00 2001 From: Dale Francis Date: Wed, 6 Jun 2018 17:29:59 +1000 Subject: [PATCH] Added reference to Crocks ADT library crocks is a collection of popular Algebraic Data Types (ADTs) that are all the rage in functional programming. The main goal of crocks is to curate and provide not only a common interface between each type (where possible of course), but also provide all of the helper functions needed to hit the ground running. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9b5572e..111c7b8 100644 --- a/readme.md +++ b/readme.md @@ -921,6 +921,7 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99) * [maryamyriameliamurphies.js](https://github.com/sjsyrek/maryamyriameliamurphies.js) * [Haskell in ES6](https://github.com/casualjavascript/haskell-in-es6) * [Sanctuary](https://github.com/sanctuary-js/sanctuary) +* [Crocks](https://github.com/evilsoft/crocks) ---