]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicMetaSubst.mli
fix convertibility in case of application test_eq_only is =true for
[helm.git] / helm / software / components / ng_refiner / nCicMetaSubst.mli
index 21ac5c3ccce704a8473cd7cc7f23f53c1d33d559..1d7b6729e11ee5d6be2db10be7f2bbe3c8e08ebd 100644 (file)
@@ -61,6 +61,7 @@ val mk_meta:
 
 (* returns the resulting type, the metasenv and the arguments *)
 val saturate:
-    ?delta:int -> NCic.metasenv -> NCic.context -> NCic.term -> int ->
+    ?delta:int -> NCic.metasenv -> NCic.substitution -> 
+    NCic.context -> NCic.term -> int ->
        NCic.term * NCic.metasenv * NCic.term list