]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicBlob.ml
- oCic2NCic and nCic2OCic moved to ng_library
[helm.git] / helm / software / components / ng_paramodulation / nCicBlob.ml
index 91746f210480f9eefae71b9cfde9aea198c238c0..05867b00e15a7baa205a576547a8fa734a3d7fec 100644 (file)
@@ -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