Find it here: https://github.com/bitemyapp/learnhaskell
Last active
May 7, 2021 23:22
-
-
Save bitemyapp/8739525 to your computer and use it in GitHub Desktop.
Learning Haskell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@eborden the placement of recursion schemes is intentional. Did you look at the material it links to? It's not mere recursion, it's the formalization of recursion patterns such as those found in the famous Meijer paper.
So, less "write a foldr" and more "that's a zygo preprohistomorphism!"
The foundational material covers basic recursion already.