Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giacomoguidotto/dit143
- Owner: GiacomoGuidotto
- License: mit
- Created: 2024-11-05T14:29:48.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T15:28:25.000Z (10 days ago)
- Last Synced: 2024-11-07T16:25:21.238Z (10 days ago)
- Topics: functional-programming, haskell
- Language: Haskell
- Homepage: https://www.gu.se/en/study-gothenburg/functional-programming-dit143
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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