]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/paramod.mli
Fixed wrong types in proof terms
[helm.git] / helm / software / components / ng_paramodulation / paramod.mli
index dd866f8db9ea71870b55bad00f1d1ba5f31b80ac..821ac0e2cbb8f08ef0255ec3e6c47771df2bebdb 100644 (file)
@@ -1,5 +1,5 @@
 val nparamod : 
-  NRstatus.refiner_status ->
+  #NRstatus.status ->
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
     (NCic.term * NCic.term) -> (NCic.term * NCic.term) list ->
-     unit
+     NCic.term * NCic.metasenv * NCic.substitution