/stepik_haskell

Exercises from Functional Programming in Haskell on Stepik by D. Moskvin

Primary LanguageHaskell

Functional Programming in Haskell

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.

Requirements

Instructions

  • make shell to start an interactive shell
  • make ghci to start GHC in interactive mode
  • make ghci file=PATH/TO/FILE to start GHCi with the required file loaded
  • CTRL + D to quit