aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_ltac.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_ltac.ml4')
-rw-r--r--parsing/g_ltac.ml44
1 files changed, 0 insertions, 4 deletions
diff --git a/parsing/g_ltac.ml4 b/parsing/g_ltac.ml4
index 87d45dc56e..c0fd07c175 100644
--- a/parsing/g_ltac.ml4
+++ b/parsing/g_ltac.ml4
@@ -165,10 +165,6 @@ GEXTEND Gram
| id = identref; args = LIST1 input_fun; ":="; te = tactic_expr ->
(id, arg_of_expr (TacFun(args,te))) ] ]
;
- rec_clause:
- [ [ name = identref; it = LIST0 input_fun; ":="; body = tactic_expr ->
- (name,(it,body)) ] ]
- ;
match_pattern:
[ [ IDENT "context"; oid = OPT Constr.ident;
"["; pc = Constr.lconstr_pattern; "]" ->