Haskell scripts from the book "Programming in Haskell" by Graham Hutton, 2nd edition. The name of each script is the chapter number
-
Install GHCI
-
Run
ghci <script_name>.hs
to start the Haskel interpreter and load the script -
Call the functions you need