comparison staging/index.html @ 266:43227e4b0b5c

First beta release
author Adam Chlipala <adamc@hcoop.net>
date Wed, 30 Dec 2009 13:47:59 -0500
parents aaf532c80729
children 8480a2517f19
comparison
equal deleted inserted replaced
265:dce88a5c170c 266:43227e4b0b5c
27 </div> 27 </div>
28 28
29 <div class="project"> 29 <div class="project">
30 <h2>Status</h2> 30 <h2>Status</h2>
31 31
32 <p>Updated on November 16, 2009 with a version retargeted to Coq 8.2pl1. Last incremental update on December 28, 2009.</p> 32 <p>Updated on November 16, 2009 with a version retargeted to Coq 8.2pl1. Last incremental update on December 30, 2009.</p>
33 33
34 <p>Additional plans: a chapter on best practices with dependent de Bruijn syntax.</p> 34 <p>The current version is effectively a beta release. It is intended to be consistent, self-contained, and useful, both for individual study and for introductory theorem-proving classes aimed at students with ML or Haskell experience and with basic familiarity with programming language theory.</p>
35
36 <p>The main omissions have to do with some supporting resources that I didn't get around to implementing when I used this book for a course. Some suggested exercises are present, but only at points where I was looking to assign an exercise in the course. Some chapters are lacking the annotations used to build reduced versions of their source code, where some definitions and proofs have been elided; the course instructor can step through such a file, guiding class participants in filling in the omitted code.</p>
35 </div> 37 </div>
36 38
37 </body></html> 39 </body></html>