aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-24 19:03:25 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-24 19:27:53 +0200
commitf487472a5628fdb43245e782b304705172a1f569 (patch)
treec748816ff6b3e0a8b7cbab5888731f465120784b /printing
parent8463f0a3f34aa1ca314bde1f3d19a3895df9dcaa (diff)
Moving "move" in the new proof engine.
Diffstat (limited to 'printing')
-rw-r--r--printing/printer.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index 28fd92659..6d54a5b3d 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -733,9 +733,6 @@ let pr_prim_rule = function
str(if Termops.occur_meta c then "refine " else "exact ") ++
Constrextern.with_meta_as_hole pr_constr c
- | Move (id1,id2) ->
- (str"move " ++ pr_id id1 ++ Miscprint.pr_move_location pr_id id2)
-
(* Backwards compatibility *)
let prterm = pr_lconstr