]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicProof.mli
new reloc_subst (to avoid cyclic substitutions).
[helm.git] / helm / software / components / ng_paramodulation / nCicProof.mli
index 337752edc0c59f585d001bb5dad1d1d19b947876..1ba93353b4f646abe3069aff5deac5c661c219c2 100644 (file)
 
 (* $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:NCic.term Terms.bag -> Terms.M.key -> Terms.M.key list -> NCic.term
+val mk_proof:
+  NCic.term Terms.bag 
+  -> Terms.M.key 
+  -> NCic.term Terms.substitution
+  -> Terms.M.key list 
+  -> NCic.term * NCic.term (* proof, type *)