comparison staging/index.html @ 226:9d0b9577f8b1

First 8.2 release
author Adam Chlipala <adamc@hcoop.net>
date Mon, 16 Nov 2009 13:27:34 -0500
parents de9f78d68053
children bc0f515a929f
comparison
equal deleted inserted replaced
225:19902d0b6622 226:9d0b9577f8b1
6 <h1>Certified Programming with Dependent Types</h1> 6 <h1>Certified Programming with Dependent Types</h1>
7 <h2><a href="http://adam.chlipala.net/">Adam Chlipala</a></h2> 7 <h2><a href="http://adam.chlipala.net/">Adam Chlipala</a></h2>
8 8
9 <div class="summary"> 9 <div class="summary">
10 <p>This is the web site for an in-progress textbook about practical engineering with <a href="http://coq.inria.fr/">the Coq proof assistant</a>. The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.</p> 10 <p>This is the web site for an in-progress textbook about practical engineering with <a href="http://coq.inria.fr/">the Coq proof assistant</a>. The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.</p>
11
12 <p>This is the text for a <a href="http://www.cs.harvard.edu/~adamc/cpdt/">Fall 2008 class at Harvard</a>.</p>
13 </div> 11 </div>
14 12
15 <div class="project"> 13 <div class="project">
14 <h2>Distribution Formats</h2>
16 <ul> 15 <ul>
17 <li> <a href="cpdt.pdf">Latest draft as a PDF</a></li> 16 <li> <a href="cpdt.pdf">Latest draft as a PDF</a></li>
18 <li> <a href="html/toc.html">Online version of latest draft, as hyperlinked HTML</a></li> 17 <li> <a href="html/toc.html">Online version of latest draft, as hyperlinked HTML</a></li>
19 <li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li> 18 <li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li>
19 </ul>
20 </div>
21
22 <div class="project">
23 <h2>Used by:</h2>
24 <ul>
25 <li> CS252 at Harvard <a href="http://www.cs.harvard.edu/~adamc/cpdt/">(Fall 2008)</a></li>
26 </ul>
27 </div>
28
29 <div class="project">
30 <h2>Status</h2>
31
32 <p>Updated on November 16, 2009 with a version retargeted to Coq 8.2pl1. Some chapters on programming languages and compilers are empty or just contain Coq code; these should be filled in soon-ish. Additional plans: a chapter on (practical aspects of) CIC metatheory and axioms; a chapter on best practices with dependent De Bruijn syntax; some examples of locally nameless syntax; more examples of Ltac design patterns; discussion of tactic debugging and maintenance.</p>
20 </div> 33 </div>
21 34
22 </body></html> 35 </body></html>