]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicProof.mli
Exporting the demodulation function.
[helm.git] / helm / software / components / ng_paramodulation / nCicProof.mli
index 7a103248221f33ba8180ab7f960948bc5a2d771d..2aa0a8dd81ef565a9ae2109b8e8ba7c001b3f0c1 100644 (file)
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
-val mk_proof: 
-      NCic.term Terms.bag -> Terms.M.key -> Terms.M.key list -> NCic.term
+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 *)