aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-04-26 12:17:42 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-04-27 21:55:49 +0200
commiteb9216e544cb5fce4347052f42e9452a822c2f64 (patch)
tree56fc453536a44df3888feac1c758b72b91f396d6 /grammar
parent67335c832a55cbd0ca559906bbe1af2485241353 (diff)
Revert "Honor parsing and printing levels for tactic entry in TACTIC EXTEND and"
Diffstat (limited to 'grammar')
-rw-r--r--grammar/q_util.ml43
1 files changed, 1 insertions, 2 deletions
diff --git a/grammar/q_util.ml4 b/grammar/q_util.ml4
index 8a876de9b..c529260e9 100644
--- a/grammar/q_util.ml4
+++ b/grammar/q_util.ml4
@@ -79,8 +79,7 @@ let rec type_of_user_symbol = function
ListArgType (type_of_user_symbol s)
| Uopt s ->
OptArgType (type_of_user_symbol s)
-| Uentry e -> ExtraArgType e
-| Uentryl (e, n) -> ExtraArgType (e ^ string_of_int n)
+| Uentry e | Uentryl (e, _) -> ExtraArgType e
let coincide s pat off =
let len = String.length pat in