# HG changeset patch # User Adam Chlipala # Date 1262198879 18000 # Node ID 43227e4b0b5cf8b261a017479deefd85648a4f6a # Parent dce88a5c170cbdb710b78923eecce748513154d8 First beta release diff -r dce88a5c170c -r 43227e4b0b5c staging/index.html --- a/staging/index.html Wed Dec 30 13:38:13 2009 -0500 +++ b/staging/index.html Wed Dec 30 13:47:59 2009 -0500 @@ -29,9 +29,11 @@

Status

-

Updated on November 16, 2009 with a version retargeted to Coq 8.2pl1. Last incremental update on December 28, 2009.

+

Updated on November 16, 2009 with a version retargeted to Coq 8.2pl1. Last incremental update on December 30, 2009.

-

Additional plans: a chapter on best practices with dependent de Bruijn syntax.

+

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.

+ +

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.