X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicBlob.mli;h=a8b6a7b7e045bdef55836df7753e361fa6cad802;hb=509151febaf7817e5b6ac4bd22a3d9ffa1d9a1be;hp=5fafaf54f386510e0f5032e4f0170be1a1e0b502;hpb=3c1a432c1612f8ed21f5b2220005599c4d9da1d5;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicBlob.mli b/helm/software/components/ng_paramodulation/nCicBlob.mli index 5fafaf54f..a8b6a7b7e 100644 --- a/helm/software/components/ng_paramodulation/nCicBlob.mli +++ b/helm/software/components/ng_paramodulation/nCicBlob.mli @@ -11,6 +11,10 @@ (* $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