Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giacomoguidotto/dit143

Content of the course "DIT143 - Functional Programming" offered at the University of Gothenburg
https://github.com/giacomoguidotto/dit143

functional-programming haskell

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# DIT143 - Functional Programming

## Getting started

use cabal to build the project

```bash
cabal build
```

run different test suites with

```bash
cabal run [test-suite-name]
```

## Test suites

- `playground-test` - test suite for playground
- `lab1-test` - test suite for lab1