From e1ea8a70094dfed28223d02dfca5d768737d4421 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 13 Oct 2014 10:30:14 +0200 Subject: Emit a warning for void Arguments statement (Close 3713) --- intf/vernacexpr.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'intf') diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 2c73a974b5..0286687466 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -382,8 +382,9 @@ type vernac_expr = (explicitation * bool * bool) list list | VernacArguments of reference or_by_notation * ((Name.t * bool * (Loc.t * string) option * bool * bool) list) list * - int * [ `ReductionDontExposeCase | `ReductionNeverUnfold | `Rename | `ExtraScopes - | `ClearImplicits | `ClearScopes | `DefaultImplicits ] list + int * [ `ReductionDontExposeCase | `ReductionNeverUnfold | `Rename | + `ExtraScopes | `Assert | `ClearImplicits | `ClearScopes | + `DefaultImplicits ] list | VernacArgumentsScope of reference or_by_notation * scope_name option list | VernacReserve of simple_binder list -- cgit v1.2.3