Part 17

All exercises can be found in Set3a and Set3b. 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 Set3a.hs
stack ghci Set3b.hs

Then, you can run the test by using

stack runhaskell Set3aTest.hs
stack runhaskell Set3bTest.hs