diff src/Match.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 7b38729be069
children 06d11a6363cd
line wrap: on
line diff
--- a/src/Match.v	Thu Sep 01 11:33:55 2011 -0400
+++ b/src/Match.v	Wed Sep 07 13:47:24 2011 -0400
@@ -10,7 +10,7 @@
 (* begin hide *)
 Require Import List.
 
-Require Import Tactics.
+Require Import CpdtTactics.
 
 Set Implicit Arguments.
 (* end hide *)