]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/nCicParamod.mli
The Blob is not abstracted on the context any more.
[helm.git] / matitaB / components / ng_paramodulation / nCicParamod.mli
index 2856ebac9e99a38474b67b11a2bed0fda98a38b1..b46d0ade0d0b650764322e8d73d2023f1e5a65de 100644 (file)
@@ -19,7 +19,15 @@ val nparamod :
 
 type state 
 val empty_state: state
-val forward_infer_step: state -> NCic.term -> NCic.term -> state
+val forward_infer_step: 
+  #NCicCoercion.status ->
+  NCic.metasenv -> 
+  NCic.substitution -> 
+  NCic.context -> 
+  state -> 
+  NCic.term -> 
+  NCic.term -> 
+  state
 val index_obj: #NCicEnvironment.status -> state -> NUri.uri -> state
 val is_equation:
  #NCicEnvironment.status -> NCic.metasenv -> NCic.substitution -> NCic.context ->