X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicBlob.mli;h=a8b6a7b7e045bdef55836df7753e361fa6cad802;hb=33a4938d5ce3a5c240c0d35b6362c8072f8ba482;hp=58f97a3f22dea41c5b32cbc8bdd5ccec0199fa9f;hpb=7288b45eacf9f7dcd118b3b89b81ff19ae9d6ce5;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicBlob.mli b/helm/software/components/ng_paramodulation/nCicBlob.mli index 58f97a3f2..a8b6a7b7e 100644 --- a/helm/software/components/ng_paramodulation/nCicBlob.mli +++ b/helm/software/components/ng_paramodulation/nCicBlob.mli @@ -12,6 +12,8 @@ (* $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