diff src/DepList.v @ 350:ad315efc3b6b

Stub out new chapter
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 11:19:52 -0400
parents d5787b70cf48
children ed829eaa91b2
line wrap: on
line diff
--- a/src/DepList.v	Tue Oct 25 10:56:00 2011 -0400
+++ b/src/DepList.v	Wed Oct 26 11:19:52 2011 -0400
@@ -7,7 +7,7 @@
  *   http://creativecommons.org/licenses/by-nc-nd/3.0/
  *)
 
-(* Dependent list types presented in Chapter 8 *)
+(* Dependent list types presented in Chapter 9 *)
 
 Require Import Arith List CpdtTactics.