Part 19

All exercises can be found in Set5a and Set5b. Please pay attention in the title of the exercise in which file the exercises of this section can be found.

Remember that you can test your functions by using

stack ghci Set5a.hs
stack ghci Set5b.hs

Then, you can run the test by using

stack runhaskell Set5aTest.hs
stack runhaskell Set5bTest.hs