]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicMetaSubst.mli
1) mk_meta now returns also the index of the created meta
[helm.git] / helm / software / components / ng_refiner / nCicMetaSubst.mli
index 1d7b6729e11ee5d6be2db10be7f2bbe3c8e08ebd..033ea1b1b4f53682a419a5856380f1a46ee912bd 100644 (file)
@@ -57,7 +57,7 @@ val mk_meta:
    ?name:string -> 
    NCic.metasenv -> NCic.context -> 
     [ `WithType of NCic.term | `Term | `Type | `Sort ] -> 
-    NCic.metasenv * NCic.term * NCic.term (* menv, instance, type *)
+    NCic.metasenv * int * NCic.term * NCic.term (* menv,metano,instance,type *)
 
 (* returns the resulting type, the metasenv and the arguments *)
 val saturate: