diff options
| author | Maxime Dénès | 2017-06-19 23:50:06 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-19 23:50:06 +0200 |
| commit | ff56c76126784897fe0df6f2443fc738245a40a2 (patch) | |
| tree | d07598367c146bc3e33f999bb035d6b098ecc0e9 /proofs | |
| parent | 92c3d9caabf3e5ba075918dc779a4840a20719cd (diff) | |
| parent | 4db32ffb3a157077be771f753ba8b5e4a8efc631 (diff) | |
Merge PR#777: Improving documentation of tactic "move" (report #4561)
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/logic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml index c329bdf4aa..6af1b2d837 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) |
