will62794 / spring22

Problem Sets for MIT 6.822 Formal Reasoning About Programs, Spring 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6.822: Formal Reasoning About Programs

Course website: https://frap.csail.mit.edu/

Use git clone --recursive to clone this repository. If you have already cloned it without submodules, use git submodule init followed by git submodule update to get the 6.822 Coq library in frap/.

Each pset will appear in this repository. Pset 1 is already available in pset01_ProgramAnalysis/. Instructions for completing it are in pset01_ProgramAnalysis/Pset1Signature.v.

Happy proving!

About

Problem Sets for MIT 6.822 Formal Reasoning About Programs, Spring 2022


Languages

Language:Coq 99.6%Language:Makefile 0.4%