aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_global.ml
diff options
context:
space:
mode:
authorThéo Zimmermann2018-05-02 15:04:57 +0200
committerThéo Zimmermann2018-05-02 15:04:57 +0200
commitfd146ca38202c9843b4240cbdac0ae75f57e4d67 (patch)
tree39f0c957c4ea02e6976299b4183b6bcfa8ea9f7a /proofs/proof_global.ml
parent48ec42bb91b8c0fb4d5930e62e29a408de594482 (diff)
parentfca82378cd2824534383f1f5bc09d08fade1dc17 (diff)
Merge PR #7339: [api] Move bullets and goals selectors to `proofs/`
Diffstat (limited to 'proofs/proof_global.ml')
-rw-r--r--proofs/proof_global.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml
index fc7c437e6b..842003bc86 100644
--- a/proofs/proof_global.ml
+++ b/proofs/proof_global.ml
@@ -83,6 +83,7 @@ type proof_ending =
| Proved of Vernacexpr.opacity_flag *
Misctypes.lident option *
proof_object
+
type proof_terminator = proof_ending -> unit
type closed_proof = proof_object * proof_terminator