X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FnCicBlob.ml;h=e141272affa53b058df09ff2179c79070696f339;hb=b804ff9f8fba300ffaa54add291e0f6490b757ce;hp=fb9ee62457b2c2e20257ac08368ac4f09fffa6f1;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_paramodulation/nCicBlob.ml b/matita/components/ng_paramodulation/nCicBlob.ml index fb9ee6245..e141272af 100644 --- a/matita/components/ng_paramodulation/nCicBlob.ml +++ b/matita/components/ng_paramodulation/nCicBlob.ml @@ -14,8 +14,8 @@ let eqPref = ref (fun _ -> assert false);; let set_eqP t = eqPref := fun _ -> t;; -let default_eqP() = - let uri = NUri.uri_of_string "cic:/matita/ng/Plogic/equality/eq.ind" in +let default_eqP() = + let uri = NUri.uri_of_string "cic:/matita/basics/logic/eq.ind" in let ref = NReference.reference_of_spec uri (NReference.Ind(true,0,2)) in NCic.Const ref ;; @@ -33,18 +33,6 @@ let setoid_eq = let set_default_eqP() = eqPref := default_eqP -let set_reference_of_oxuri f = - let eqnew = function - _ -> - let r = f(UriManager.uri_of_string - "cic:/matita/logic/equality/eq.ind#xpointer(1/1)") - in - NCic.Const r - in - eqPref := eqnew -;; - - module type NCicContext = sig val metasenv : NCic.metasenv