aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/funind/tacinv.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-27 19:04:44 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-27 19:04:44 +0000
commit6ace746e3f49f466591558eaefb001f5948d63fb (patch)
tree5447ce4cf8278f22de85db9e11d13ccbdf7cf3d7 /contrib/funind/tacinv.ml4
parent137d760ab00be21deae130a9c987c181fac4ba8d (diff)
Retour des _eq en v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5010 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/funind/tacinv.ml4')
-rw-r--r--contrib/funind/tacinv.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/funind/tacinv.ml4 b/contrib/funind/tacinv.ml4
index 162ea2ebf..cff2dba1f 100644
--- a/contrib/funind/tacinv.ml4
+++ b/contrib/funind/tacinv.ml4
@@ -49,7 +49,7 @@ let mkthesort = mkProp (* would like to put Type here, but with which index? *)
(* this is the prefix used to name equality hypothesis generated by
case analysis*)
-let equality_hyp_string = if !Options.v7 then "_eg_" else "H_eg_"
+let equality_hyp_string = "_eg_"
(* bug de refine: on doit ssavoir sur quelle hypothese on se trouve. valeur
initiale au debut de l'appel a la fonction proofPrinc: 1. *)
@@ -276,7 +276,7 @@ type mimickinfo =
\end{itemize}
*)
-let heq_prefix = if !Options.v7 then "_eq_" else "H_eq_"
+let heq_prefix = "_eq_"
type kind_of_hyp = Var | Eq (*| Rec*)