From cfd8ec82784a5c893b63f3c82736eb76fe487ad7 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 21 May 2014 20:45:10 +0200 Subject: Removing decompose record / sum from the tactic AST. --- printing/pptactic.ml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'printing') diff --git a/printing/pptactic.ml b/printing/pptactic.ml index 587a8db41..0dabe3a26 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -718,10 +718,6 @@ and pr_atom1 = function (str "double induction" ++ pr_arg pr_quantified_hypothesis h1 ++ pr_arg pr_quantified_hypothesis h2) - | TacDecomposeAnd c -> - hov 1 (str "decompose record" ++ pr_constrarg c) - | TacDecomposeOr c -> - hov 1 (str "decompose sum" ++ pr_constrarg c) | TacDecompose (l,c) -> hov 1 (str "decompose" ++ spc () ++ hov 0 (str "[" ++ prlist_with_sep spc pr_ind l -- cgit v1.2.3