diff options
| author | Pierre-Marie Pédrot | 2014-08-07 00:19:22 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-08-07 01:12:59 +0200 |
| commit | 07a9afbdf9561402897728963d40de80b9912bea (patch) | |
| tree | e30c0599ecccad324425d2c1ace2cde846cf5bf3 /parsing | |
| parent | fe3b935204b8e4889b969bfd2faaaaa679e8a3cf (diff) | |
Removing the "constructor" tactic from the AST.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_tactic.ml4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4 index 29cb45ad19..c32ade38c3 100644 --- a/parsing/g_tactic.ml4 +++ b/parsing/g_tactic.ml4 @@ -649,9 +649,6 @@ GEXTEND Gram TacConstructor (false,n,l) | IDENT "econstructor"; n = nat_or_var; l = with_bindings -> TacConstructor (true,n,l) - | IDENT "constructor"; t = OPT tactic -> TacAnyConstructor (false,t) - | IDENT "econstructor"; t = OPT tactic -> TacAnyConstructor (true,t) - (* Equivalence relations *) | IDENT "symmetry"; "in"; cl = in_clause -> TacSymmetry cl |
