aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/goal.mli')
-rw-r--r--proofs/goal.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/goal.mli b/proofs/goal.mli
index d31a51fbd..d04861c12 100644
--- a/proofs/goal.mli
+++ b/proofs/goal.mli
@@ -27,6 +27,8 @@ val pr_goal : goal -> Pp.std_ppcmds
val goal_ident : Evd.evar_map -> goal -> Names.Id.t
+val dependent_goal_ident : Evd.evar_map -> goal -> Names.Id.t
+
(* [advance sigma g] returns [Some g'] if [g'] is undefined and
is the current avatar of [g] (for instance [g] was changed by [clear]
into [g']). It returns [None] if [g] has been (partially) solved. *)