diff options
| author | Pierre-Marie Pédrot | 2016-09-14 16:43:00 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-09-14 17:06:50 +0200 |
| commit | 16675c67c56456f6082c4da7c7657aaa2b1da375 (patch) | |
| tree | a6ef17fecebd140ed7b8cda8082897503f0b40f1 /parsing | |
| parent | 5b1a15b5c561ed02335050f45ad123f8d548cee4 (diff) | |
Moving the tactic-in-term extension from G_constr to G_ltac.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_constr.ml4 | 3 |
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: |
