From 0b69344407a7bfabeb77b6abc1ef1b7b94728581 Mon Sep 17 00:00:00 2001 From: Eric Elliott Date: Sat, 25 Mar 2017 09:11:38 -1000 Subject: [PATCH] Add Foldable to Array description. --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 2377802..b7f5e88 100644 --- a/implementations.md +++ b/implementations.md @@ -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