comparison staging/index.html @ 69:de9f78d68053

Publish to Harvard, too
author Adam Chlipala <adamc@hcoop.net>
date Wed, 01 Oct 2008 19:53:11 -0400
parents fd18331e5c0b
children 9d0b9577f8b1
comparison
equal deleted inserted replaced
68:943478e5a32d 69:de9f78d68053
2 <head> 2 <head>
3 <link rel="stylesheet" type="text/css" href="/style.css"> 3 <link rel="stylesheet" type="text/css" href="/style.css">
4 <title>Certified Programming with Dependent Types</title> 4 <title>Certified Programming with Dependent Types</title>
5 </head><body> 5 </head><body>
6 <h1>Certified Programming with Dependent Types</h1> 6 <h1>Certified Programming with Dependent Types</h1>
7 <h2><a href="/">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 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> 12 <p>This is the text for a <a href="http://www.cs.harvard.edu/~adamc/cpdt/">Fall 2008 class at Harvard</a>.</p>