Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisdair/h99p
Workbook of solutions to the Ninety-Nine Haskell Problems
https://github.com/alisdair/h99p
Last synced: 10 days ago
JSON representation
Workbook of solutions to the Ninety-Nine Haskell Problems
- Host: GitHub
- URL: https://github.com/alisdair/h99p
- Owner: alisdair
- License: mit
- Created: 2013-12-20T22:26:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T21:19:17.000Z (almost 11 years ago)
- Last Synced: 2024-04-07T01:47:14.322Z (7 months ago)
- Language: Haskell
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Workbook of solutions to [Ninety-Nine Haskell Problems](http://www.haskell.org/haskellwiki/H-99:_Ninety-Nine_Haskell_Problems).
## Instructions
Install Haskell Platform and cabal. Then:
cabal configure
cabal build
cabal testFor nicer spec output:
runhaskell Spec.hs