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: about 1 month 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T08:40:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T18:46:22.069Z (3 months ago)
- Topics: haskell, recursion-schemes
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- 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. HylomorphismTODO
1. Futumorphism
2. Histomorphism
3. Chronomorphism
4. Zygomorphism
5. Discover some recursion scheme on your own