aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/goal.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/goal.ml')
-rw-r--r--proofs/goal.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml
index dc55c8179..55de87261 100644
--- a/proofs/goal.ml
+++ b/proofs/goal.ml
@@ -31,9 +31,10 @@ type goal = {
(* spiwack: I don't deal with the tags, yet. It is a worthy discussion
whether we do want some tags displayed besides the goal or not. *)
-
let pr_goal {content = e} = str "GOAL:" ++ Pp.int (Evar.repr e)
+let goal_ident sigma {content = e} = Evd.evar_ident e sigma
+
(* access primitive *)
(* invariant : [e] must exist in [em] *)
let content evars { content = e } = Evd.find evars e