]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicBlob.mli
Ad-hoc management of ? vs out_scope in instantiate. The library passes again,
[helm.git] / helm / software / components / ng_paramodulation / nCicBlob.mli
index 5fafaf54f386510e0f5032e4f0170be1a1e0b502..58f97a3f22dea41c5b32cbc8bdd5ccec0199fa9f 100644 (file)
@@ -11,6 +11,8 @@
 
 (* $Id: terms.mli 9822 2009-06-03 15:37:06Z tassi $ *)
 
+val set_reference_of_oxuri: (UriManager.uri -> NReference.reference) -> unit
+
 module type NCicContext = 
   sig
     val metasenv : NCic.metasenv
@@ -18,5 +20,6 @@ module type NCicContext =
     val context : NCic.context
   end
 
-module NCicBlob(C : NCicContext) : Terms.Blob with type t = NCic.term
+module NCicBlob(C : NCicContext) : Terms.Blob 
+with type t = NCic.term and type input = NCic.term