diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-10-11 00:49:14 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-10-11 00:49:14 +0000 |
commit | 7c62f6f53a029bafb0898ed442ab2c056fb14ead (patch) | |
tree | b7fd6921f04ddd229a1aa7f2c160765a00b89679 /tactics | |
parent | 98f88cf8286ac69a9b557b3c39949f83186c4106 (diff) |
Death of 'a somewhat cryptic module'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4597 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r-- | tactics/wcclausenv.ml | 31 | ||||
-rw-r--r-- | tactics/wcclausenv.mli | 24 |
2 files changed, 0 insertions, 55 deletions
diff --git a/tactics/wcclausenv.ml b/tactics/wcclausenv.ml deleted file mode 100644 index fd0a8f9d2..000000000 --- a/tactics/wcclausenv.ml +++ /dev/null @@ -1,31 +0,0 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) -(* \VV/ *************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(***********************************************************************) - -(* $Id$ *) - -open Pp -open Util -open Names -open Nameops -open Term -open Termops -open Sign -open Reductionops -open Environ -open Logic -open Refiner -open Tacmach -open Evd -open Proof_trees -open Clenv -open Evar_refiner - -(* If you have a precise idea of the intended use of the following code, please - write to Eduardo.Gimenez@inria.fr and ask for the prize :-) - -- Eduardo (11/8/97) *) - diff --git a/tactics/wcclausenv.mli b/tactics/wcclausenv.mli deleted file mode 100644 index 4951df54b..000000000 --- a/tactics/wcclausenv.mli +++ /dev/null @@ -1,24 +0,0 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) -(* \VV/ *************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(***********************************************************************) - -(*i $Id$ i*) - -(*i*) -open Names -open Term -open Sign -open Environ -open Evd -open Proof_type -open Tacmach -open Evar_refiner -open Clenv -(*i*) - -(* A somewhat cryptic module. *) - |