aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-13 17:05:27 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-13 17:07:00 +0200
commit4db32ffb3a157077be771f753ba8b5e4a8efc631 (patch)
tree201e2770abafc1e80696a6c7fa7bb1781824fd97 /proofs
parent5bf9c993d3ef15ecf4c6d5c12f23f9c2fe67dfa7 (diff)
Improving documentation of tactic "move" (report #4561).
Diffstat (limited to 'proofs')
-rw-r--r--proofs/logic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index c329bdf4a..6af1b2d83 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -253,7 +253,7 @@ let move_hyp sigma toleft (left,declfrom,right) hto =
else
user_err ~hdr:"move_hyp" (str "Cannot move " ++ pr_id (NamedDecl.get_id declfrom) ++
Miscprint.pr_move_location pr_id hto ++
- str (if toleft then ": it occurs in " else ": it depends on ")
+ str (if toleft then ": it occurs in the type of " else ": it depends on ")
++ pr_id hyp ++ str ".")
else
(d::first, middle)