Haskell logo CIS 5520: Advanced Programming

Fall 2022

  • Home
  • Schedule
  • Homework
  • Resources
  • Software
  • Style guide
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"
Design adapted from Minimalistic Design | Powered by Pandoc and Hakyll