X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicProof.mli;h=337752edc0c59f585d001bb5dad1d1d19b947876;hb=a90c31c1b53222bd6d57360c5ba5c2d0fe7d5207;hp=2aa0a8dd81ef565a9ae2109b8e8ba7c001b3f0c1;hpb=4377e950998c9c63937582952a79975947aa9a45;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicProof.mli b/helm/software/components/ng_paramodulation/nCicProof.mli index 2aa0a8dd8..337752edc 100644 --- a/helm/software/components/ng_paramodulation/nCicProof.mli +++ b/helm/software/components/ng_paramodulation/nCicProof.mli @@ -11,16 +11,6 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -type eq_sig_type = Eq | EqInd_l | EqInd_r | Refl - val set_reference_of_oxuri: (UriManager.uri -> NReference.reference) -> unit -val set_default_sig: unit -> unit -val get_sig: eq_sig_type -> NCic.term -val mk_proof: - ?demod:bool - -> NCic.term Terms.bag - -> Terms.M.key - -> NCic.term Terms.substitution - -> Terms.M.key list - -> NCic.term * NCic.term (* proof, type *) +val mk_proof:NCic.term Terms.bag -> Terms.M.key -> Terms.M.key list -> NCic.term