Haskell代写 | cs320-hw-s81680606 HW3

HW3

Due 6/12

Analytical Part

not yet posted

Code Part

Notes

  • You will need to define a Showable DayOfTheWeek in TypeclassProblems.hs before you can run the tests
  • There are a number of hint videos availible

Submit

  1. run the tests by running cabal new-test
  2. run git status to make sure git is ok
  3. run git commit -a -m "whooo!" to make a commit to your laptop
  4. run git pull upstream master to get the latest tests
  5. run the tests by running cabal new-test
  6. run git push to submit your commit to your private gitHub account
  7. check that you can see your solutions on the website for your private repo