From: Andrea Asperti Date: Wed, 2 Dec 2009 09:43:54 +0000 (+0000) Subject: Generalized intitialization for EqP X-Git-Tag: make_still_working~3190 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b6255ee32c254c78998750c8dee401496c553c61;p=helm.git Generalized intitialization for EqP --- 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