aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorEnrico Tassi2014-10-13 10:30:14 +0200
committerEnrico Tassi2014-10-13 18:13:21 +0200
commite1ea8a70094dfed28223d02dfca5d768737d4421 (patch)
tree43b68d30bb671726c8c8d7f9f3705ee3a7bc6f04 /printing
parentdea5e12a1828c58b2349e89b95eee6ba633c6cc9 (diff)
Emit a warning for void Arguments statement (Close 3713)
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index a5235a25fa..b6ab7a2382 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -861,6 +861,7 @@ let rec pr_vernac = function
| `ReductionNeverUnfold -> str "simpl never"
| `DefaultImplicits -> str "default implicits"
| `Rename -> str "rename"
+ | `Assert -> str "assert"
| `ExtraScopes -> str "extra scopes"
| `ClearImplicits -> str "clear implicits"
| `ClearScopes -> str "clear scopes")