X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicBlob.ml;h=05867b00e15a7baa205a576547a8fa734a3d7fec;hb=7288b45eacf9f7dcd118b3b89b81ff19ae9d6ce5;hp=91746f210480f9eefae71b9cfde9aea198c238c0;hpb=3d23faf2969e2591db93f8bacc61952f3b66e2ca;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicBlob.ml b/helm/software/components/ng_paramodulation/nCicBlob.ml index 91746f210..05867b00e 100644 --- a/helm/software/components/ng_paramodulation/nCicBlob.ml +++ b/helm/software/components/ng_paramodulation/nCicBlob.ml @@ -11,6 +11,9 @@ (* $Id: terms.mli 9822 2009-06-03 15:37:06Z tassi $ *) +let reference_of_oxuri = ref (fun _ -> assert false);; +let set_reference_of_oxuri f = reference_of_oxuri := f;; + module type NCicContext = sig val metasenv : NCic.metasenv @@ -80,7 +83,7 @@ with type t = NCic.term and type input = NCic.term = struct let eqP = let r = - OCic2NCic.reference_of_oxuri + !reference_of_oxuri (UriManager.uri_of_string "cic:/matita/logic/equality/eq.ind#xpointer(1/1)") in