annotate staging/index.html @ 88:cde1351d18bb
Get Coinductive compiling again
author |
Adam Chlipala <adamc@hcoop.net> |
date |
Tue, 07 Oct 2008 10:43:54 -0400 |
parents |
de9f78d68053 |
children |
9d0b9577f8b1 |
rev |
line source |
adamc@39
|
1 <html>
|
adamc@39
|
2 <head>
|
adamc@39
|
3 <link rel="stylesheet" type="text/css" href="/style.css">
|
adamc@39
|
4 <title>Certified Programming with Dependent Types</title>
|
adamc@39
|
5 </head><body>
|
adamc@39
|
6 <h1>Certified Programming with Dependent Types</h1>
|
adamc@69
|
7 <h2><a href="http://adam.chlipala.net/">Adam Chlipala</a></h2>
|
adamc@39
|
8
|
adamc@39
|
9 <div class="summary">
|
adamc@39
|
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>
|
adamc@39
|
11
|
adamc@39
|
12 <p>This is the text for a <a href="http://www.cs.harvard.edu/~adamc/cpdt/">Fall 2008 class at Harvard</a>.</p>
|
adamc@39
|
13 </div>
|
adamc@39
|
14
|
adamc@39
|
15 <div class="project">
|
adamc@39
|
16 <ul>
|
adamc@39
|
17 <li> <a href="cpdt.pdf">Latest draft as a PDF</a></li>
|
adamc@39
|
18 <li> <a href="html/toc.html">Online version of latest draft, as hyperlinked HTML</a></li>
|
adamc@39
|
19 <li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li>
|
adamc@39
|
20 </div>
|
adamc@39
|
21
|
adamc@39
|
22 </body></html>
|