]> matita.cs.unibo.it Git - helm.git/commitdiff
updated comment
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 6 May 2009 10:52:37 +0000 (10:52 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 6 May 2009 10:52:37 +0000 (10:52 +0000)
helm/software/components/ng_refiner/nCicMetaSubst.mli

index f7378d13becccd03eec9c4bf8ed2250662b279e8..3378aa998cd475631b16113a0531dc5ecde946b8 100644 (file)
@@ -15,7 +15,8 @@ exception MetaSubstFailure of string Lazy.t
 exception Uncertain of string Lazy.t
 
 (* 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