diff src/DepList.v @ 314:d5787b70cf48

Rename Tactics; change 'principal typing' to 'principal types'
author Adam Chlipala <adam@chlipala.net>
date Wed, 07 Sep 2011 13:47:24 -0400
parents d1464997078d
children ad315efc3b6b
line wrap: on
line diff
--- a/src/DepList.v	Thu Sep 01 11:33:55 2011 -0400
+++ b/src/DepList.v	Wed Sep 07 13:47:24 2011 -0400
@@ -9,7 +9,7 @@
 
 (* Dependent list types presented in Chapter 8 *)
 
-Require Import Arith List Tactics.
+Require Import Arith List CpdtTactics.
 
 Set Implicit Arguments.