Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengsp/real-world-haskell
Sample Haskell code from the book Real World Haskell
https://github.com/fengsp/real-world-haskell
Last synced: 3 days ago
JSON representation
Sample Haskell code from the book Real World Haskell
- Host: GitHub
- URL: https://github.com/fengsp/real-world-haskell
- Owner: fengsp
- License: other
- Created: 2014-06-22T09:57:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T07:09:45.000Z (over 10 years ago)
- Last Synced: 2023-08-01T06:21:53.121Z (over 1 year ago)
- Language: Haskell
- Homepage: http://book.realworldhaskell.org/read/
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Real World Haskell
Code examples from the book Real World Haskell
Some of the code are out of date to work with the latest GHC compiler,
I modify them so that they work as expected.Read the book at http://book.realworldhaskell.org/read/
Explore the original repository https://github.com/bos/rwhCopyright 2007, 2008 Bryan O'Sullivan, Don Stewart, and John Goerzen.
This work is licensed under a Creative Commons Attribution-Noncommercial
3.0 License(http://creativecommons.org/licenses/by-nc/3.0/).If you feel anything wrong, feedbacks or pull requests are welcomed.