WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d7ea5e4

Browse files
committed
Reword minor error in README
1 parent 781a559 commit d7ea5e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stack safety with
4545
[matryoshka](https://github.com/purescript-contrib/purescript-matryoshka),
4646
being briefly mentioned in a comment in
4747
[matryoshka#9](https://github.com/purescript-contrib/purescript-matryoshka/issues/9#issuecomment-400384397).
48-
This eventually to the creation of
48+
This eventually led to the creation of
4949
[ssrs](https://github.com/PureFunctor/purescript-ssrs) where I derived
5050
stack-safe recursion schemes via dissectible data structures based on
5151
the tail-recursive catamorphism originally implemented in the paper.

docs/README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ in upstream // overrides // additions
3636

3737
** Rationale
3838
I originally encountered the paper while looking for a way to ensure stack safety with [[https://github.com/purescript-contrib/purescript-matryoshka][matryoshka]],
39-
being briefly mentioned in a comment in [[https://github.com/purescript-contrib/purescript-matryoshka/issues/9#issuecomment-400384397][matryoshka#9]]. This eventually to the creation of [[https://github.com/PureFunctor/purescript-ssrs][ssrs]] where
40-
I derived stack-safe recursion schemes via dissectible data structures based on the tail-recursive
41-
catamorphism originally implemented in the paper.
39+
being briefly mentioned in a comment in [[https://github.com/purescript-contrib/purescript-matryoshka/issues/9#issuecomment-400384397][matryoshka#9]]. This eventually led to the creation of [[https://github.com/PureFunctor/purescript-ssrs][ssrs]]
40+
where I derived stack-safe recursion schemes via dissectible data structures based on the
41+
tail-recursive catamorphism originally implemented in the paper.
4242

4343
Another use-case I've found is for implementing mutually recursive collections of types which is
4444
explored in the paper: [[https://dl.acm.org/doi/abs/10.1145/1631687.1596585][Generic programming with fixed points for mutually recursive datatypes]]. I've

0 commit comments

Comments
 (0)