Skip to content

Peter-Roh/Ninety-Nine-Haskell-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ninety-Nine Haskell Problems

Learning haskell by solving famous ninety-nine problems series, which are inspired by Ninety-Nine Lisp Problems, which in turn was based on Prolog problem list by Werner Hett.

Usage

Tests

To run all tests:

$ make tests

To run tests for a specific problem:

$ make test PATTERN=p01

Running interactively

To run code for a problem interactively:

$ cabal repl
...
Prelude> :l Problems.P01

Reference

https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems