diff options
| author | Pierre-Marie Pédrot | 2014-08-07 01:43:37 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-08-07 01:45:24 +0200 |
| commit | 876f202985d5bd463bd5b44c195b239bcfedad7c (patch) | |
| tree | e6fe3f6003e21ab642f2ab03d060f77503c1fd7a /printing | |
| parent | 27a7d7133f83cb95eff90df4338a47b0d6681aa0 (diff) | |
Removing simple induction / destruct from the AST.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/pptactic.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml index cdcff9bb2c..42a7e894a1 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -721,9 +721,6 @@ and pr_atom1 = function ++ str "in" ++ pr_hyp_location pr_ident (id,[],(hloc,ref None))) *) (* Derived basic tactics *) - | TacSimpleInductionDestruct (isrec,h) -> - hov 1 (str "simple " ++ str (if isrec then "induction" else "destruct") - ++ pr_arg pr_quantified_hypothesis h) | TacInductionDestruct (isrec,ev,(l,el,cl)) -> hov 1 (str (with_evars ev (if isrec then "induction" else "destruct")) ++ spc () ++ |
