A set of tests to allow the quick and easy solving of the haskell ninety nine problems from the Haskell wiki
Simply replace implementThis
with your implementation for each function in the NinetyNineSolutions.hs file.
To run this file, make sure you have the haskell platform, and simply:
$ make
$ ./ninety-nine-solutions
The test structures were copied from the google codelab haskell 101 and 102 courses. I'd recommend watching those videos and going through those practice tasks:
https://github.com/google/haskell-trainings/tree/master/haskell_101/codelab