https://github.com/abhiroop/recur-scheme
Repository for experimenting with various types of recursion schemes.
https://github.com/abhiroop/recur-scheme
haskell recursion-schemes
Last synced: 9 months ago
JSON representation
Repository for experimenting with various types of recursion schemes.
- Host: GitHub
- URL: https://github.com/abhiroop/recur-scheme
- Owner: Abhiroop
- License: bsd-3-clause
- Created: 2017-07-16T06:20:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T08:40:45.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T13:56:23.219Z (over 1 year ago)
- Topics: haskell, recursion-schemes
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recur-scheme
Currently
1. Catamorphism
2. Anamorphism
3. Paramorphism
4. Hylomorphism
TODO
1. Futumorphism
2. Histomorphism
3. Chronomorphism
4. Zygomorphism
5. Discover some recursion scheme on your own