From 68a7940b2d6b03fd511faf8ad8a65edc9f7aa0e1 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 5 Oct 2014 15:56:05 +0200 Subject: Removing Convert_concl and Convert_hyp from Logic. --- printing/printer.ml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'printing/printer.ml') diff --git a/printing/printer.ml b/printing/printer.ml index ccb22f4a89..0e082077fe 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -687,16 +687,6 @@ let pr_prim_rule = function str(if Termops.occur_meta c then "refine " else "exact ") ++ Constrextern.with_meta_as_hole pr_constr c - | Convert_concl (c,_) -> - (str"change " ++ pr_constr c) - - | Convert_hyp (id,None,t) -> - (str"change " ++ pr_constr t ++ spc () ++ str"in " ++ pr_id id) - - | Convert_hyp (id,Some c,t) -> - (str"change " ++ pr_constr c ++ spc () ++ str"in " - ++ pr_id id ++ str" (type of " ++ pr_id id ++ str ")") - | Thin ids -> (str"clear " ++ pr_sequence pr_id ids) -- cgit v1.2.3