X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicMetaSubst.mli;h=92cfa0908311a30f4a4fbf5fc20779d26e480af7;hb=889815067d64e081eb90ea1a792890c2ad4e511c;hp=f7378d13becccd03eec9c4bf8ed2250662b279e8;hpb=477d9f8e1cb71dd2915ec92fa0bf963ef96d1bdc;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicMetaSubst.mli b/helm/software/components/ng_refiner/nCicMetaSubst.mli index f7378d13b..92cfa0908 100644 --- a/helm/software/components/ng_refiner/nCicMetaSubst.mli +++ b/helm/software/components/ng_refiner/nCicMetaSubst.mli @@ -14,8 +14,12 @@ exception MetaSubstFailure of string Lazy.t exception Uncertain of string Lazy.t +(* the index of the last created meta *) +val maxmeta: unit -> int + (* the delift function takes in input a metavariable index, a local_context - * and a term t, and substitutes every Rel in t with its position in + * and a term t, and substitutes every subterm t' of t with its position + * (searched up-to unification) in * the local_context (which is the Rel moved to the canonical context). * Typically, the list of optional terms is the explicit * substitution that is applied to a metavariable occurrence and the result of @@ -53,8 +57,6 @@ val saturate: NCic.context -> NCic.term -> int -> NCic.term * NCic.metasenv * NCic.term list -val flexible: NCic.substitution -> NCic.term list -> bool - val in_scope_tag : string val out_scope_tag : int -> string val is_out_scope_tag : string -> bool