aboutsummaryrefslogtreecommitdiff
path: root/toplevel/vernacexpr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernacexpr.ml')
-rw-r--r--toplevel/vernacexpr.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacexpr.ml b/toplevel/vernacexpr.ml
index 7ea61dd6e5..d7091bfa24 100644
--- a/toplevel/vernacexpr.ml
+++ b/toplevel/vernacexpr.ml
@@ -201,8 +201,8 @@ type vernac_expr =
(* Gallina *)
| VernacDefinition of definition_kind * identifier * definition_expr *
Proof_type.declaration_hook
- | VernacStartTheoremProof of theorem_kind * identifier * Coqast.t * bool *
- Proof_type.declaration_hook
+ | VernacStartTheoremProof of theorem_kind * identifier *
+ (local_binder list * Coqast.t) * bool * Proof_type.declaration_hook
| VernacEndProof of opacity_flag * (identifier * theorem_kind option) option
| VernacExactProof of constr_ast
| VernacAssumption of assumption_kind * simple_binder with_coercion list