aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-24 14:45:53 +0200
committerMaxime Dénès2017-04-24 14:45:53 +0200
commit4c92188d485cf5d27c9a73caf2be8c149cb4f883 (patch)
treec47688b392359e58493c6dac8ce85bcb4e9c5789 /proofs
parentb57ff91ae70cb8bb086499fad07aa40b39cb8de2 (diff)
parent40f7eb94b653b60f79c4f6eb204960037fcffa66 (diff)
Merge PR#552: Miscelaneous commits
Diffstat (limited to 'proofs')
-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 61b776f24a..5f4a7766f3 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;