Exercises from Functional Programming in Haskell on Stepik by D. Moskvin.
The course uses ghc 7.8.2 for evaluating answers. The docker image is based on ghc 7.8.4.
make shellto start an interactive shellmake ghcito start GHC in interactive modemake ghci file=PATH/TO/FILEto start GHCi with the required file loaded- CTRL + D to quit