aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_global.ml
diff options
context:
space:
mode:
authorGravatar Matej Kosik <matej.kosik@inria.fr>2016-11-07 13:36:38 +0100
committerGravatar Matej Košík <matej.kosik@inria.fr>2017-04-20 13:12:13 +0200
commit37fbe7f08c34c834f5cadcd425c276fe6ec4b42c (patch)
treedf43aae41f2a9227fd44b9d18d1234813333be3b /proofs/proof_global.ml
parentd13eb9c5ab01080a12e3bcb5cc54159ec365bee4 (diff)
COMMENT: Proof_global.pstate.pid
Diffstat (limited to 'proofs/proof_global.ml')
-rw-r--r--proofs/proof_global.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml
index e4cba6f07..3ee6fd40f 100644
--- a/proofs/proof_global.ml
+++ b/proofs/proof_global.ml
@@ -88,7 +88,7 @@ type proof_terminator = proof_ending -> unit
type closed_proof = proof_object * proof_terminator
type pstate = {
- pid : Id.t;
+ pid : Id.t; (* the name of the theorem whose proof is being constructed *)
terminator : proof_terminator CEphemeron.key;
endline_tactic : Genarg.glob_generic_argument option;
section_vars : Context.Named.t option;