Formal Reasoning About Programs
Find a file
2016-02-07 14:42:34 -05:00
.gitignore Publishing to web 2016-02-02 13:53:00 -05:00
_CoqProject Add Interpreters_template 2016-02-07 14:23:54 -05:00
BasicSyntax.v Pass over BasicSyntax, adding template 2016-02-03 08:39:24 -05:00
BasicSyntax_template.v Pass over BasicSyntax, adding template 2016-02-03 08:39:24 -05:00
frap.tex Add margin boxes to Interpreters 2016-02-07 14:28:06 -05:00
Frap.v Finish annotating factorial example in Interpreters 2016-02-07 09:14:13 -05:00
index.html Publishing to web 2016-02-02 13:53:00 -05:00
Interpreters.v Finished first version of Interpreters code 2016-02-07 09:39:40 -05:00
Interpreters_template.v One more redaction from Interpreters_template 2016-02-07 14:42:34 -05:00
Invariant.v Start of BasicSyntax code 2015-12-31 15:44:34 -05:00
Makefile Tweak Makefile dependencies 2016-02-02 13:55:33 -05:00
Map.v Interpreters: factorial example 2016-02-06 22:09:37 -05:00
README.md Book skeleton, based on amsmath template 2015-12-31 13:50:15 -05:00
Relations.v Start of BasicSyntax code 2015-12-31 15:44:34 -05:00
Sets.v Start of BasicSyntax code 2015-12-31 15:44:34 -05:00
Var.v Interpreters: factorial example 2016-02-06 22:09:37 -05:00

Formal Reasoning About Programs

This is an in-progress, open-source book by Adam Chlipala simultaneously introducing the Coq proof assistant and techniques for proving correctness of programs. That is, the game is doing completely rigorous, machine-checked mathematical proofs, showing that programs meet their specifications.

Just run make here to build everything, including the book frap.pdf and the accompanying Coq source modules.