From 03b99149b5ab569be43d6cb3d34fb4766931074d Mon Sep 17 00:00:00 2001 From: aspiwack Date: Mon, 12 Sep 2011 10:04:25 +0000 Subject: Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the uid returned by Goal.uid. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14467 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/proof.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proofs/proof.mli') diff --git a/proofs/proof.mli b/proofs/proof.mli index 7de0a9fdf..b4c84cbf6 100644 --- a/proofs/proof.mli +++ b/proofs/proof.mli @@ -154,6 +154,11 @@ val run_tactic : Environ.env -> unit Proofview.tactic -> proof -> unit [transaction p f] can be called on an [f] using, itself, [transaction p].*) val transaction : proof -> (unit -> unit) -> unit + +(*** Commands ***) + +val in_proof : proof -> (Evd.evar_map -> 'a) -> 'a + (*** Compatibility layer with <=v8.2 ***) module V82 : sig val subgoals : proof -> Goal.goal list Evd.sigma -- cgit v1.2.3