view staging/updates.rss @ 380:31fa03bc0f18

Get it to build with Coq 8.4
author Adam Chlipala <adam@chlipala.net>
date Thu, 29 Mar 2012 18:10:52 -0400
parents 6413675f8e04
children d5112c099fbf
line wrap: on
line source
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>

<title>Certified Programming with Dependent Types updates</title>
<link>http://adam.chlipala.net/cpdt/</link>
<description>Updates to a draft textbook</description>

<language>en-us</language>
<managingEditor>adam@chlipala.net</managingEditor>
<webMaster>adam@chlipala.net</webMaster>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>

<item>
        <title>Update to work with Coq 8.4 beta (and keep working with 8.3pl2)</title>
        <pubDate>Thu, 29 Mar 2012 18:10:00 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>Two new tricks useful in proof by reflection</title>
        <pubDate>Thu, 29 Mar 2012 17:12:01 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
        <description>The "Universes and Axioms" chapter has a new ending describing a way to avoid axioms in dealing with reified typing environments, and the "Proof by Reflection" chapter has a new ending explaining how to write a reification function that recurses under binders.</description>
</item>

<item>
        <title>Revisions touching many chapters</title>
        <pubDate>Mon, 26 Mar 2012 16:59:11 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
        <description>I've moved the exercises out of the book, because I don't feel that I have the time to produce well-tested exercises yet; changed crush's use of autorewrite so that Hint Rewrite commands may be given without explicit hint databases; added a crucial new section to "More Dependent Types"; and added prose and other improvements to "Proof Search by Logic Programming."</description>
</item>

<item>
        <title>A pass through "Proving in the Large"</title>
        <pubDate>Wed, 9 Nov 2011 15:25:42 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>A pass through "Reasoning About Equality Proofs"</title>
        <pubDate>Sun, 6 Nov 2011 16:50:59 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've added a new discussion of the reduction behavior of "fix" and "cofix" terms.</description>
</item>

<item>
        <title>A pass through "Proof by Reflection"</title>
        <pubDate>Wed, 2 Nov 2011 16:22:00 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've added a new subsection on reification of term syntax with Ltac, in a way that preserves equality between uninterpreted subterms.</description>
</item>

<item>
        <title>A pass through "Generic Programming"</title>
        <pubDate>Mon, 31 Oct 2011 14:23:29 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>New chapter: "General Recursion"</title>
        <pubDate>Fri, 28 Oct 2011 18:25:46 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>A pass through "Infinite Data and Proofs"</title>
        <pubDate>Sun, 23 Oct 2011 14:47:55 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've added new discussion of co-induction principles and replaced the programming language semantics example.</description>
</item>

<item>
        <title>A pass through "Universes and Axioms"</title>
        <pubDate>Wed, 19 Oct 2011 09:58:57 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've added a new section on avoiding axioms.</description>
</item>

<item>
        <title>A pass through "Dependent Data Structures"</title>
        <pubDate>Sun, 16 Oct 2011 10:45:48 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>A pass through "More Dependent Types"</title>
        <pubDate>Mon, 10 Oct 2011 15:59:55 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>A pass through "Subset Types and Variations"</title>
        <pubDate>Wed, 5 Oct 2011 11:32:54 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>New Match exercises; remove Part IV</title>
        <pubDate>Mon, 3 Oct 2011 11:18:27 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
        <description>The old Part IV is still present in old versions available through the public Mercurial repository.</description>
</item>

<item>
        <title>New chapter on logic programing</title>
        <pubDate>Thu, 22 Sep 2011 11:08:30 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
        <description>Some new content is missing prose.</description>
</item>

<item>
        <title>A pass through Chapter 4</title>
        <pubDate>Mon, 19 Sep 2011 14:03:40 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>Added a public Mercurial repository with the book source</title>
        <pubDate>Wed, 14 Sep 2011 14:01:23 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/repo</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>A pass through Chapter 3</title>
        <pubDate>Mon, 12 Sep 2011 16:47:12 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
</item>

<item>
        <title>Renamed "Tactics" module to "CpdtTactics"</title>
        <pubDate>Wed, 7 Sep 2011 13:45:31 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>This avoids a name clash with a module included with Coq.</description>
</item>

<item>
        <title>A pass through Chapter 2</title>
        <pubDate>Thu, 1 Sep 2011 11:32:42 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've removed some material on dependent pattern-matching but not yet compensated by adding it back in somewhere else.</description>
</item>

<item>
        <title>A pass through Chapter 1</title>
        <pubDate>Thu, 25 Aug 2011 14:47:30 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adamc@csail.mit.edu</author>
	<description>I've started passes through all chapters, with an eye toward getting ready both for <a href="http://stellar.mit.edu/S/course/6/fa11/6.892/">my fall class</a> and publication by MIT Press.  I'm adding bibliographic references, index entries, and additional exercises, along with the usual tweaks and improvements.  The version I've just put up is the result of a pass through Chapter 1.  Feedback is especially welcome now, as I get the book into final publishable shape!</description>
</item>

<item>
        <title>Tweaks to recent update to satisfy coqdoc 8.3</title>
        <pubDate>Tue, 18 Jan 2011 08:15:00 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>Updated to work with both Coq 8.3 and Coq 8.2</title>
        <pubDate>Fri, 14 Jan 2011 15:39:00 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>A significant revision pass, based on extensive feedback kindly provided by Pierre Castéran</title>
        <pubDate>Wed, 10 Nov 2010 16:33:49 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>Mention that recent versions of Coq allow some omitted "match" cases</title>
        <pubDate>Mon, 28 Jun 2010 07:59:29 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>A few small typo fixes</title>
        <pubDate>Sat, 15 May 2010 06:42:47 EDT</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>Fix table of contents and mention another command needed to enter Chapter 2's code literally</title>
        <pubDate>Wed, 3 Feb 2010 08:16:16 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

<item>
        <title>RSS feed created</title>
        <pubDate>Wed, 27 Jan 2010 07:33:34 EST</pubDate>
        <link>http://adam.chlipala.net/cpdt/</link>
        <author>adam@chlipala.net</author>
</item>

</channel>
</rss>