aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.ml
diff options
context:
space:
mode:
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