diff options
| author | Pierre-Marie Pédrot | 2016-04-01 19:27:30 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-03 16:51:09 +0200 |
| commit | 2c01bd7b446c1151922ad0a01c3dc6b85f5bea54 (patch) | |
| tree | d64a667a3a5ec7c22705739d6b25b36bad24ad7c /printing/pptactic.ml | |
| parent | 9d60ddc84e95a030913fc4b3db705f3ec894fdb2 (diff) | |
Removing "double induction" from the tactic AST.
Diffstat (limited to 'printing/pptactic.ml')
| -rw-r--r-- | printing/pptactic.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml index 44c832bd7a..5192e2db12 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -909,12 +909,6 @@ module Make pr_opt (pr_clauses None pr.pr_name) cl) l ++ pr_opt pr_eliminator el ) - | TacDoubleInduction (h1,h2) -> - hov 1 ( - primitive "double induction" - ++ pr_arg pr_quantified_hypothesis h1 - ++ pr_arg pr_quantified_hypothesis h2 - ) (* Context management *) | TacRename l -> |
