aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorJasper Hugunin2018-02-22 20:08:52 -0800
committerJasper Hugunin2018-03-30 17:48:17 -0700
commitef6202218c92bf3fb5bcdeca0c372e5d124cd537 (patch)
tree0088016d1a47d56c3f8c1825144e3ccba01aaccd /intf
parent0fa8b8cb53050d48187fd2577f2fef0f1a45d024 (diff)
Remove deprecated commands Arguments Scope and Implicit Arguments
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml
index dc1110ad86..96b4a0e26f 100644
--- a/intf/vernacexpr.ml
+++ b/intf/vernacexpr.ml
@@ -409,8 +409,6 @@ type nonrec vernac_expr =
| VernacHints of string list * hints_expr
| VernacSyntacticDefinition of lident * (Id.t list * constr_expr) *
onlyparsing_flag
- | VernacDeclareImplicits of reference or_by_notation *
- (explicitation * bool * bool) list list
| VernacArguments of reference or_by_notation *
vernac_argument_status list (* Main arguments status list *) *
(Name.t * vernac_implicit_status) list list (* Extra implicit status lists *) *
@@ -418,8 +416,6 @@ type nonrec vernac_expr =
[ `ReductionDontExposeCase | `ReductionNeverUnfold | `Rename |
`ExtraScopes | `Assert | `ClearImplicits | `ClearScopes |
`DefaultImplicits ] list
- | VernacArgumentsScope of reference or_by_notation *
- scope_name option list
| VernacReserve of simple_binder list
| VernacGeneralizable of (lident list) option
| VernacSetOpacity of (Conv_oracle.level * reference or_by_notation list)