Skip to content

Content of the course "DIT143 - Functional Programming" offered at the University of Gothenburg

License

Notifications You must be signed in to change notification settings

GiacomoGuidotto/DIT143

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIT143 - Functional Programming

Continuous Integration

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.

Getting started

use cabal to build the project:

cabal build

run different test suites or executables with:

cabal run [test-suite-name]

Test suites

  • playground-test - test suite for playground
  • lab1-test - test suite for lab1
  • lab2-test - test suite for lab2
  • lab3-test - test suite for lab3

Executables

  • blackjack - executable for blackjack game from lab2
  • calculator - executable for calculator from lab4

Resources

About

Content of the course "DIT143 - Functional Programming" offered at the University of Gothenburg

Topics

Resources

License

Stars

Watchers

Forks