Skip to content

Commit

Permalink
Merge pull request #234 from ericelliott/patch-1
Browse files Browse the repository at this point in the history
Add Foldable to Array description.
  • Loading branch information
davidchambers authored Jan 4, 2018
2 parents 6b4f2d7 + 0b69344 commit 832dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are a list of implementations that live in Fantasy Land:
implements Monad and Functor for Promise
* [Fantasy Sorcery](https://github.com/pufuwozu/fantasy-sorcery)
provides common functions that work for Fantasy Land structures
* ECMAScript 5 provides a Semigroup and Functor for Array
* ECMAScript 5 provides a Semigroup, Functor, and Foldable for Array
* [lz](https://github.com/goatslacker/lz) implements Semigroup, Monoid, Functor, and Monad for lazy Array and String
* [Pacta](https://github.com/mudge/pacta) is an algebraic implementation of
Promises that implements Semigroup, Monoid, Functor, Applicative, Chain and
Expand Down

0 comments on commit 832dc8d

Please sign in to comment.