This package contains the content of the course "DIT143 - Functional Programming" offered at the University of Gothenburg. It is divided into labs, each of which is a self-contained Haskell project.
use cabal to build the project:
cabal build
run different test suites or executables with:
cabal run [test-suite-name]
playground-test
- test suite for playgroundlab1-test
- test suite for lab1lab2-test
- test suite for lab2lab3-test
- test suite for lab3
blackjack
- executable for blackjack game from lab2calculator
- executable for calculator from lab4