diff options
| author | Enrico Tassi | 2014-10-13 10:30:14 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-10-13 18:13:21 +0200 |
| commit | e1ea8a70094dfed28223d02dfca5d768737d4421 (patch) | |
| tree | 43b68d30bb671726c8c8d7f9f3705ee3a7bc6f04 /intf | |
| parent | dea5e12a1828c58b2349e89b95eee6ba633c6cc9 (diff) | |
Emit a warning for void Arguments statement (Close 3713)
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
