]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicProof.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_paramodulation / nCicProof.mli
index 4383b2928956ada851ae6de53b87a68454ccf915..2aa0a8dd81ef565a9ae2109b8e8ba7c001b3f0c1 100644 (file)
@@ -18,8 +18,9 @@ val set_default_sig: unit -> unit
 val get_sig: eq_sig_type -> NCic.term
 
 val mk_proof:
-  NCic.term Terms.bag 
+  ?demod:bool
+  -> NCic.term Terms.bag 
   -> Terms.M.key 
   -> NCic.term Terms.substitution
   -> Terms.M.key list 
-  -> NCic.term
+  -> NCic.term * NCic.term (* proof, type *)