Mercurial > cpdt > repo
diff src/Intensional.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 |
line wrap: on
line diff
--- a/src/Intensional.v Thu Sep 01 11:33:55 2011 -0400 +++ b/src/Intensional.v Wed Sep 07 13:47:24 2011 -0400 @@ -10,7 +10,7 @@ (* begin hide *) Require Import Arith Eqdep List FunctionalExtensionality. -Require Import DepList Tactics. +Require Import DepList CpdtTactics. Set Implicit Arguments. (* end hide *)