gruhn / FP-SS2019

Exercise solutions for the Functional Programming course at RWTH University (SS2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execute Solutions

If you like, run GHCi with Docker Compose:

docker-compose run ghci

Load a Haskell file to play around with the defined functions:

Prelude> :load ./1/Solution.hs

Generate Submissions

Create a file called mat-numbers.env. It should store the matriculation number of each exercise group member:

MAT1=111111
MAT2=222222
MAT3=333333
MAT4=444444

Then run:

docker-compose run submit

Dedicated ZIP files for each exercise are created in submissions/.

About

Exercise solutions for the Functional Programming course at RWTH University (SS2019)


Languages

Language:TeX 65.0%Language:Haskell 34.2%Language:Shell 0.6%Language:Dockerfile 0.2%