Part 16
All exercises can be found in Set2a and Set2b. 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 Set2a.hs
stack ghci Set2b.hs
Then, you can run the test by using
stack runhaskell Set2aTest.hs
stack runhaskell Set2bTest.hs