Part 18
All exercises can be found in Set4a and Set4b. 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 Set4a.hsstack ghci Set4b.hsThen, you can run the test by using
stack runhaskell Set4aTest.hsstack runhaskell Set4bTest.hs