Note: this is the stubbed version of module ProjectWorkday. Try to figure out
how to fill in all parts of this file marked
undefined.
CIS 5520 students should be able to access this code through
github. Eventually, the
completed version will be available.
Project Workday
Today we don't have any lecture material or in-class exercises, just a chance for you to work with your partner on your project.
Be prepared for your scheduled second checkpoint if you have not already done so.
> module ProjectWorkday where> main :: IO ()
> main = print "Checkpoint 2 today"
CIS 5520: Advanced Programming