hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.58k stars 1.02k forks source link

Added reference to Crocks ADT library #183

Closed dalefrancis88 closed 6 years ago

dalefrancis88 commented 6 years ago

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.

jethrolarson commented 6 years ago

Lgtm