Skip to content

Commit b401bc3

Browse files
authored
Merge pull request #22 from lemastero/add_andyscott_droste
add andyscott/droste - Scala recursion schemes library for Cats
2 parents 5ee77fc + 83f57b2 commit b401bc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ Articles by Bartosz Milewski about solving small, practical problems by applying
100100

101101
- [recursion-schemes](https://github.com/ekmett/recursion-schemes/) for
102102
Haskell - The canonical implementation by Edward Kmett.
103-
- [Matryoshka](https://github.com/slamdata/matryoshka) for Scala -
103+
- [Matryoshka](https://github.com/slamdata/matryoshka) for Scala using Scalaz -
104104
Generalized folds, unfolds, and traversals for fixed point data structures.
105+
- [andyscott/droste](https://github.com/andyscott/droste) for Scala using Cats -
106+
Generalized folds, unfolds, and traversals for fixed point data structures.
105107
- [recursion\_schemes](https://github.com/vmchale/recursion_schemes/) for
106108
Idris, based off Edward Kmett's Haskell library.
107109
- [purescript-matryoshka](https://github.com/slamdata/purescript-matryoshka) for PureScript -

0 commit comments

Comments
 (0)