aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-24 02:37:26 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-24 02:37:26 +0200
commit28f8da9489463b166391416de86420c15976522f (patch)
tree5456aa680f6e54f7f7bf71f5c4d99dc4e8709e03 /intf
parent05add9c71214bebf86f1892c5ad946cdce19009a (diff)
parentc1e9a27d383688e44ba34ada24fe08151cb5846e (diff)
Merge PR#642: Small cleanup on `close_proof` type.
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index cb093d85d..94fa37eb6 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -143,6 +143,7 @@ type search_restriction =
type rec_flag = bool (* true = Rec; false = NoRec *)
type verbose_flag = bool (* true = Verbose; false = Silent *)
+ (* list of idents for qed exporting *)
type opacity_flag = Opaque of lident list option | Transparent
type coercion_flag = bool (* true = AddCoercion false = NoCoercion *)
type instance_flag = bool option
@@ -223,7 +224,8 @@ type syntax_modifier =
type proof_end =
| Admitted
- | Proved of opacity_flag * (lident * theorem_kind option) option
+ (* name in `Save ident` when closing goal *)
+ | Proved of opacity_flag * lident option
type scheme =
| InductionScheme of bool * reference or_by_notation * sort_expr