]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicSubstitution.ml
merged changes from the svn fork by me and Enrico
[helm.git] / helm / ocaml / cic_proof_checking / cicSubstitution.ml
index cd97731600dce215e08d9341ac704be529d697a1..30a24c13a00c3181d451ec558e8b07fd0868410c 100644 (file)
@@ -417,10 +417,10 @@ if List.mem uri params then prerr_endline "---- OK2" ;
   substaux 1
 ;;
 
-(* lift_meta [t_1 ; ... ; t_n] t                                *)
+(* subst_meta [t_1 ; ... ; t_n] t                                *)
 (* returns the term [t] where [Rel i] is substituted with [t_i] *)
 (* [t_i] is lifted as usual when it crosses an abstraction      *)
-let lift_meta l t = 
+let subst_meta l t = 
  let module C = Cic in
   if l = [] then t else 
    let rec aux k = function