Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 test

For nicer spec output:

runhaskell Spec.hs