From e4cfc96e4d1c6f2a9951ff7c3ab687db3bbe0e98 Mon Sep 17 00:00:00 2001 From: puech Date: Fri, 29 Jul 2011 14:28:39 +0000 Subject: Refl_omega: replaced generic = on constr by eq_constr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14357 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/romega/refl_omega.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/romega/refl_omega.ml b/plugins/romega/refl_omega.ml index d27b52259..4a6d462ec 100644 --- a/plugins/romega/refl_omega.ml +++ b/plugins/romega/refl_omega.ml @@ -230,7 +230,7 @@ let get_reified_atom env = (* \subsection{Gestion de l'environnement de proposition pour Omega} *) (* ajout d'une proposition *) let add_prop env t = - try list_index0 t env.props + try list_index0_f Term.eq_constr t env.props with Not_found -> let i = List.length env.props in env.props <- env.props @ [t]; i -- cgit v1.2.3