YunkaiZhang233 / mit-frap-sp23

My Workings Towards Problem Sets for MIT 6.512 Formal Reasoning About Programs, Spring 2023

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

My Workings Towards Problem Sets for MIT 6.512 Formal Reasoning About Programs, Spring 2023


Languages

Language:Coq 99.4%Language:Makefile 0.6%