https://github.com/fvictorio/algebraic-data-types
https://github.com/fvictorio/algebraic-data-types
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvictorio/algebraic-data-types
- Owner: fvictorio
- Created: 2014-12-13T19:23:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T02:48:26.000Z (over 10 years ago)
- Last Synced: 2025-04-01T12:23:27.697Z (about 2 months ago)
- Language: Haskell
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions to The Algebra of Algebraic Data Types
================================================These are my attempts to solve the proposed problems in the excellent
series of posts
[The Algebra of Algebraic Data Types](https://chris-taylor.github.io/blog/2013/02/10/the-algebra-of-algebraic-data-types/)
by [Chris Taylor](https://github.com/chris-taylor).