]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicMetaSubst.mli
...
[helm.git] / helm / software / components / ng_refiner / nCicMetaSubst.mli
index ca2bfb71415c3776e1550c3b81103594187dc047..1d7b6729e11ee5d6be2db10be7f2bbe3c8e08ebd 100644 (file)
@@ -56,11 +56,12 @@ val restrict:
 val mk_meta: 
    ?name:string -> 
    NCic.metasenv -> NCic.context -> 
-    [ `WithType of NCic.term | `Term | `Type | `Typeless ] -> 
+    [ `WithType of NCic.term | `Term | `Type | `Sort ] -> 
     NCic.metasenv * NCic.term * NCic.term (* menv, instance, type *)
 
 (* 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