mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-08 11:36:40 +00:00
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.
This commit is contained in:
parent
4f747f68aa
commit
b28cba25b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue