Note: this is the stubbed version of module Demo2. 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 Presentations
Be prepared to give a short presentation on your project. Only one member of your group needs to speak.
> module ProjectDemo2 where> main :: IO ()
> main = print "Project presentations in class today (part 2)"
CIS 5520: Advanced Programming