aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_global.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-04-24 14:45:53 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-04-24 14:45:53 +0200
commit4c92188d485cf5d27c9a73caf2be8c149cb4f883 (patch)
treec47688b392359e58493c6dac8ce85bcb4e9c5789 /proofs/proof_global.ml
parentb57ff91ae70cb8bb086499fad07aa40b39cb8de2 (diff)
parent40f7eb94b653b60f79c4f6eb204960037fcffa66 (diff)
Merge PR#552: Miscelaneous commits
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 61b776f24..5f4a7766f 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;