]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicSubstitution.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_proof_checking / cicSubstitution.mli
index b1c09277ba989b086d06e07ab091811f19d1c5b1..21a1f5d0e579d775c9e1ea2117b56898506f1990 100644 (file)
@@ -31,13 +31,10 @@ exception ReferenceToInductiveDefinition;;
 
 (* lift n t         *)
 (* lifts [t] of [n] *)
+(* NOTE: the opposite function (delift_rels) is defined in CicMetaSubst *)
+(* since it needs to restrict the metavariables in case of failure      *)
 val lift : int -> Cic.term -> Cic.term
 
-(** delifts t of n
- *  @raise Failure s
- *)
-val delift : int -> Cic.term -> Cic.term
 
 (* lift from n t *)
 (* as lift but lifts only indexes >= from *)