diff options
| author | ppedrot | 2013-02-10 17:40:19 +0000 |
|---|---|---|
| committer | ppedrot | 2013-02-10 17:40:19 +0000 |
| commit | 846879625d0f51457fc9fb51d7e936548de16dcf (patch) | |
| tree | 66cc5bab3acf7f8f7fe80b6cab7c205a7c8ce181 /intf | |
| parent | ce0176d8c25aa353c06b1f8f56ead63f28fb6efc (diff) | |
Useless use of hooks in VernacDefinition. In addition, this was
polluting the AST first-order structure.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16196 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 52120d73c3..528fd69f30 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -232,11 +232,10 @@ type vernac_expr = scope_name option (* Gallina *) - | VernacDefinition of definition_kind * lident * definition_expr * - unit declaration_hook + | VernacDefinition of definition_kind * lident * definition_expr | VernacStartTheoremProof of theorem_kind * (lident option * (local_binder list * constr_expr * (lident option * recursion_order_expr) option)) list * - bool * unit declaration_hook + bool | VernacEndProof of proof_end | VernacExactProof of constr_expr | VernacAssumption of assumption_kind * inline * simple_binder with_coercion list |
