https://github.com/mukeshsoni/haskell-programming-book
Haskell book exercises - http://haskellbook.com/
https://github.com/mukeshsoni/haskell-programming-book
assignment exercises haskell haskell-book haskell-programming
Last synced: 4 months ago
JSON representation
Haskell book exercises - http://haskellbook.com/
- Host: GitHub
- URL: https://github.com/mukeshsoni/haskell-programming-book
- Owner: mukeshsoni
- Created: 2016-02-01T04:36:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T11:42:16.000Z (about 7 years ago)
- Last Synced: 2025-04-05T22:24:04.850Z (10 months ago)
- Topics: assignment, exercises, haskell, haskell-book, haskell-programming
- Language: Haskell
- Homepage:
- Size: 853 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assignments/exercises from the haskell book (http://haskellbook.com/).
Most of the exercises are written as a single file. They should work by just loading in the repl (`ghci` or `stack ghci`) and calling `main`.