diff options
| author | Hugo Herbelin | 2014-10-05 15:56:05 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-10-09 16:04:42 +0200 |
| commit | 68a7940b2d6b03fd511faf8ad8a65edc9f7aa0e1 (patch) | |
| tree | 281501dd118cd87dfc6d0b90d6062971920c5ad6 /printing/printer.ml | |
| parent | e824d429363262a9ff9db117282fe15289b5ab59 (diff) | |
Removing Convert_concl and Convert_hyp from Logic.
Diffstat (limited to 'printing/printer.ml')
| -rw-r--r-- | printing/printer.ml | 10 |
1 files changed, 0 insertions, 10 deletions
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) |
