Skip to content

Commit b28cba2

Browse files
dalefrancis88jethrolarson
authored andcommitted
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.
1 parent 4f747f6 commit b28cba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
921921
* [maryamyriameliamurphies.js](https://github.com/sjsyrek/maryamyriameliamurphies.js)
922922
* [Haskell in ES6](https://github.com/casualjavascript/haskell-in-es6)
923923
* [Sanctuary](https://github.com/sanctuary-js/sanctuary)
924+
* [Crocks](https://github.com/evilsoft/crocks)
924925

925926
---
926927

0 commit comments

Comments
 (0)