diff options
| author | herbelin | 2006-06-23 10:17:14 +0000 |
|---|---|---|
| committer | herbelin | 2006-06-23 10:17:14 +0000 |
| commit | eacab552644acdaf9922d831a09e8318f9c96980 (patch) | |
| tree | 8539ece0c638a9ad01a7ec221ddad40a4a538bb8 | |
| parent | 0e43e3479aa8865e2c26b7b977fd048c8195302f (diff) | |
Suite utilisation hyp au lieu ident: donne la localisationn
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8979 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | tactics/extratactics.ml4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tactics/extratactics.ml4 b/tactics/extratactics.ml4 index 41b79fefba..6fcf728331 100644 --- a/tactics/extratactics.ml4 +++ b/tactics/extratactics.ml4 @@ -46,10 +46,6 @@ let pr_by_arg_tac _prc _prlc prtac opt_c = | None -> mt () | Some t -> spc () ++ hov 2 (str "by" ++ spc () ++ prtac (3,Ppextend.E) t) -(* Julien Forest: on voudrait pouvoir passer la loc mais je -n'ai pas reussi -*) - let pr_in_hyp = function | None -> mt () | Some id -> spc () ++ hov 2 (str "in" ++ spc () ++ Nameops.pr_id id) |
