# Solution for the 5th practical task for EMI This repository includes my solution to the 5th practical task for the module [*Einführung in die Medieninformatik* (Introduction to media computer science)](https://tu-dresden.de/ing/informatik/ai/mci/studium/lehrveranstaltungen/einfuehrung-in-die-medieninformatik) in the winter semester 2023/2023 at the [TU Dresden](https://tu-dresden.de/). ## Documentation Documentation for the Haskell program can be generated with [Haddock](https://haskell.org/haddock/): ```shell # from inside the genstar directory haddock --html -o doc/ Main.hs Test.hs ``` ## Licence [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html). See [COPYING](./COPYING) and [gpl-3.0.txt](./gpl-3.0.txt) for details. This does not apply to the file `ueb5_natusch_bruder_kral.svg`, because it might be considered a derivative work of a template provided for the task by the Chair of Human-Computer Interaction.