duplode / duplode.github.io

The Life Monadic, duplode's programming blog.
https://duplode.github.io
Other
6 stars 5 forks source link

What's in a Fold: The Basic Catamorphism in recursion-schemes #12

Open duplode opened 7 years ago

duplode commented 7 years ago

Comment thread for What's in a Fold: The Basic Catamorphism in recursion-schemes.

FranklinChen commented 7 years ago
The number of extra arguments, for instance, can be always be reduced to just one with sufficient currying

"currying" should be "uncurrying" here.

duplode commented 7 years ago

@FranklinChen Fixed; thank you! 👍