aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.ml
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-23 15:12:59 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-23 15:12:59 +0000
commit0820caf877c5b74ebcca580d7872f1f69d19274f (patch)
tree276d5ead8da662eb0c16a47cfa710c207e2849de /proofs/goal.ml
parentce778df87e21dcbbf6885f1ccfc18556356794c6 (diff)
Enlevé les trucs commités au mauvais endroit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10252 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/goal.ml')
-rw-r--r--proofs/goal.ml14
1 files changed, 0 insertions, 14 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml
deleted file mode 100644
index 217237317..000000000
--- a/proofs/goal.ml
+++ /dev/null
@@ -1,14 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-(* $Id: goal.ml aspiwack $ *)
-
-(* This module implements the abstract interface to goals *)
-
-
-type goal = Evd.evar_info