aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-09-14 16:43:00 +0200
committerPierre-Marie Pédrot2016-09-14 17:06:50 +0200
commit16675c67c56456f6082c4da7c7657aaa2b1da375 (patch)
treea6ef17fecebd140ed7b8cda8082897503f0b40f1 /parsing
parent5b1a15b5c561ed02335050f45ad123f8d548cee4 (diff)
Moving the tactic-in-term extension from G_constr to G_ltac.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_constr.ml43
1 files changed, 0 insertions, 3 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index 7021e52702..ccc7c55a89 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -215,9 +215,6 @@ GEXTEND Gram
CGeneralization (!@loc, Implicit, None, c)
| "`("; c = operconstr LEVEL "200"; ")" ->
CGeneralization (!@loc, Explicit, None, c)
- | IDENT "ltac"; ":"; "("; tac = Tactic.tactic_expr; ")" ->
- let arg = Genarg.in_gen (Genarg.rawwit Constrarg.wit_tactic) tac in
- CHole (!@loc, None, IntroAnonymous, Some arg)
] ]
;
record_declaration: