aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/g_rewrite.ml4
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-04-11 16:05:15 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-04-12 20:49:12 +0200
commitfa9c33e37ca609981aca88d6f92b07882bd2f4f4 (patch)
tree7bd8d85fedda5dc2873f76399d12fe5219385dab /ltac/g_rewrite.ml4
parent137888c3aaab15bc26f7b4ffac7e53469fb1bb3e (diff)
Removing redundant *_TYPED AS clauses in EXTEND statements.
Diffstat (limited to 'ltac/g_rewrite.ml4')
-rw-r--r--ltac/g_rewrite.ml46
1 files changed, 0 insertions, 6 deletions
diff --git a/ltac/g_rewrite.ml4 b/ltac/g_rewrite.ml4
index c4ef1f297..395c2cd1b 100644
--- a/ltac/g_rewrite.ml4
+++ b/ltac/g_rewrite.ml4
@@ -47,10 +47,7 @@ ARGUMENT EXTEND glob_constr_with_bindings
GLOBALIZED BY glob_glob_constr_with_bindings
SUBSTITUTED BY subst_glob_constr_with_bindings
- RAW_TYPED AS constr_expr_with_bindings
RAW_PRINTED BY pr_constr_expr_with_bindings
-
- GLOB_TYPED AS glob_constr_with_bindings
GLOB_PRINTED BY pr_glob_constr_with_bindings
[ constr_with_bindings(bl) ] -> [ bl ]
@@ -76,10 +73,7 @@ ARGUMENT EXTEND rewstrategy
GLOBALIZED BY glob_strategy
SUBSTITUTED BY subst_strategy
- RAW_TYPED AS raw_strategy
RAW_PRINTED BY pr_raw_strategy
-
- GLOB_TYPED AS glob_strategy
GLOB_PRINTED BY pr_glob_strategy
[ glob(c) ] -> [ StratConstr (c, true) ]