From cf35fcf2fc3c50c98266525c2246d63495ee07a7 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Sun, 5 Nov 2023 14:56:28 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d5d0b7..6485395 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Articles by Bartosz Milewski about solving small, practical problems by applying - [recursion-schemes](https://github.com/ekmett/recursion-schemes/) for Haskell - The canonical implementation by Edward Kmett. + [yaya](https://github.com/sellout/yaya) for Haskell - implementation that closer follows the scientific papers and code design improved comparably to `recursion-schemes`, which was the first library. - [Matryoshka](https://github.com/slamdata/matryoshka) for Scala using Scalaz - Generalized folds, unfolds, and traversals for fixed point data structures. - [andyscott/droste](https://github.com/andyscott/droste) for Scala using Cats - From a512993fe71361865d6644fa48fc4e6a1c3ee3c4 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Sun, 5 Nov 2023 15:02:00 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6485395..6203810 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Articles by Bartosz Milewski about solving small, practical problems by applying - [recursion-schemes](https://github.com/ekmett/recursion-schemes/) for Haskell - The canonical implementation by Edward Kmett. - [yaya](https://github.com/sellout/yaya) for Haskell - implementation that closer follows the scientific papers and code design improved comparably to `recursion-schemes`, which was the first library. + [yaya](https://github.com/sellout/yaya) for Haskell - an implementation that closely follows the scientific papers and comparably to `recursion-schemes`, has a set of right code design choices and so improvements. - [Matryoshka](https://github.com/slamdata/matryoshka) for Scala using Scalaz - Generalized folds, unfolds, and traversals for fixed point data structures. - [andyscott/droste](https://github.com/andyscott/droste) for Scala using Cats -