]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicBlob.mli
Comparison of two applications with a different number of arguments not
[helm.git] / helm / software / components / ng_paramodulation / nCicBlob.mli
index 5fafaf54f386510e0f5032e4f0170be1a1e0b502..a8b6a7b7e045bdef55836df7753e361fa6cad802 100644 (file)
 
 (* $Id: terms.mli 9822 2009-06-03 15:37:06Z tassi $ *)
 
+val set_reference_of_oxuri: (UriManager.uri -> NReference.reference) -> unit
+val set_eqP: NCic.term -> unit
+val set_default_eqP: unit -> unit
+
 module type NCicContext = 
   sig
     val metasenv : NCic.metasenv
@@ -18,5 +22,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