From: Enrico Tassi Date: Sat, 8 Sep 2007 23:36:51 +0000 (+0000) Subject: just a Pcre expression fixed, nothing real X-Git-Tag: make_still_working~6041 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=14aeb0b894fc5a112519e17eab06256bdaeed864;p=helm.git just a Pcre expression fixed, nothing real --- diff --git a/helm/software/components/tactics/paramodulation/equality.ml b/helm/software/components/tactics/paramodulation/equality.ml index f449d437e..7893ecba6 100644 --- a/helm/software/components/tactics/paramodulation/equality.ml +++ b/helm/software/components/tactics/paramodulation/equality.ml @@ -1223,7 +1223,7 @@ let rec pp_proofterm name t context = when Pcre.pmatch ~pat:"eq_f" (UriManager.string_of_uri uri)-> pp true p | Cic.Appl [Cic.Const (uri,[]);_;_;_;_;_;p] - when Pcre.pmatch ~pat:"eq_f1" (UriManager.string_of_uri uri)-> + when Pcre.pmatch ~pat:"eq_OF_eq" (UriManager.string_of_uri uri)-> pp true p | Cic.Appl [Cic.MutConstruct (uri,_,_,[]);_;_;t;p] when Pcre.pmatch ~pat:"ex.ind" (UriManager.string_of_uri uri)->