aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof.mli
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 12:40:24 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 12:40:24 +0000
commit608bb24403e07e42855311d483e918c7acf3cafb (patch)
tree53c57ed0d82a5332ece2b7551116c46497a91975 /proofs/proof.mli
parent7cf5f94e772df8632b88088f1cf0ae2287e8f64f (diff)
Small change in the printing of proofs for use by coqide.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15577 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proof.mli')
-rw-r--r--proofs/proof.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof.mli b/proofs/proof.mli
index d0b7e9839..fcfe1c5c0 100644
--- a/proofs/proof.mli
+++ b/proofs/proof.mli
@@ -42,7 +42,7 @@ type proof
(* In this version: returns the focused goals, a representation of the
focus stack (the number of goals at each level) and the underlying
evar_map *)
-val proof : proof -> Goal.goal list * int list * Evd.evar_map
+val proof : proof -> Goal.goal list * (Goal.goal list * Goal.goal list) list * Evd.evar_map
(*** General proof functions ***)