Mercurial > cpdt > repo
comparison staging/index.html @ 39:fd18331e5c0b
Publishing to the web
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 12 Sep 2008 17:18:11 -0400 |
parents | |
children | de9f78d68053 |
comparison
equal
deleted
inserted
replaced
38:95e24b629ad9 | 39:fd18331e5c0b |
---|---|
1 <html> | |
2 <head> | |
3 <link rel="stylesheet" type="text/css" href="/style.css"> | |
4 <title>Certified Programming with Dependent Types</title> | |
5 </head><body> | |
6 <h1>Certified Programming with Dependent Types</h1> | |
7 <h2><a href="/">Adam Chlipala</a></h2> | |
8 | |
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> | |
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> | |
14 | |
15 <div class="project"> | |
16 <ul> | |
17 <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> | |
19 <li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li> | |
20 </div> | |
21 | |
22 </body></html> |