Note: this is the stubbed version of module Demo1. 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 (around 10 minutes!) on your project. Only one member of your group needs to speak.
> module ProjectDemo1 where> main :: IO ()
> main = print "Project presentations in class today (part 1)"
CIS 5520: Advanced Programming