aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.ml
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-23 15:09:08 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-23 15:09:08 +0000
commitce778df87e21dcbbf6885f1ccfc18556356794c6 (patch)
treeb667e72d235ca97d38440edf15c62685b4e5455f /proofs/goal.ml
parent49554b6ca1bf726ec5ca5305b8ef5806010dfc58 (diff)
Quelques structures de donnée plus les modules principaux (et
parfaitement en cours) de la nouvelle machinerie de preuves. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10251 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/goal.ml')
-rw-r--r--proofs/goal.ml14
1 files changed, 14 insertions, 0 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml
new file mode 100644
index 000000000..217237317
--- /dev/null
+++ b/proofs/goal.ml
@@ -0,0 +1,14 @@
+(************************************************************************)
+(* 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