EECS 321 Programming Languages: Homework C

Part 0 – Replacement

This homework is optional. It will be used to replace the grade of your lowest homework (if you hand it in).

Coq

Complete the missing proofs in coq_binary_proofs.v.

Handin

Use DrRacket to handin your solution. (Don't use DrRacket to develop it, tho!). Your solution will be checked by running it in coqc (the Coq compiler) and the program subsequence.rkt will be used to check to make sure that your solution has only added lines to the given file (and not removed or changed lines). Run it with

racket subsequence.rkt coq_binary_proofs.v your_submission.v


Last update: Friday, November 20th, 2015
robby@eecs.northwestern.edu