diff options
| author | Enrico Tassi | 2015-06-03 22:08:45 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2015-06-03 22:08:45 +0200 |
| commit | b163cf2480615bce4bf280df6c5490f558eb3405 (patch) | |
| tree | a48c8542fdc14f43a15c9172803ac7938cc6f8ee /proofs | |
| parent | bb4810e7c7fc59c950cff7554cf77b076d25a0bd (diff) | |
Admitted does not drop poly-univ constraints (Fix #4244)
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_global.ml | 2 | ||||
| -rw-r--r-- | proofs/proof_global.mli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml index 3e2c813e38..50a68952eb 100644 --- a/proofs/proof_global.ml +++ b/proofs/proof_global.ml @@ -74,7 +74,7 @@ type proof_object = { } type proof_ending = - | Admitted of Names.Id.t * Decl_kinds.goal_kind * Entries.parameter_entry + | Admitted of Names.Id.t * Decl_kinds.goal_kind * Entries.parameter_entry * proof_universes | Proved of Vernacexpr.opacity_flag * (Vernacexpr.lident * Decl_kinds.theorem_kind option) option * proof_object diff --git a/proofs/proof_global.mli b/proofs/proof_global.mli index 9d5038a3f9..6a5116a9e7 100644 --- a/proofs/proof_global.mli +++ b/proofs/proof_global.mli @@ -66,7 +66,7 @@ type proof_object = { } type proof_ending = - | Admitted of Names.Id.t * Decl_kinds.goal_kind * Entries.parameter_entry + | Admitted of Names.Id.t * Decl_kinds.goal_kind * Entries.parameter_entry * proof_universes | Proved of Vernacexpr.opacity_flag * (Vernacexpr.lident * Decl_kinds.theorem_kind option) option * proof_object |
