]> matita.cs.unibo.it Git - helm.git/commitdiff
One of the bug I detected (and commented) in my last commit was not a bug.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 18 Dec 2003 10:46:18 +0000 (10:46 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 18 Dec 2003 10:46:18 +0000 (10:46 +0000)
This commit removes the erroneus comment.

helm/ocaml/cic_unification/cicUnification.ml

index e0d4d13f233296decf871ab8b05889a598e65773..d50818f73461ac6a31717f181177cc4d8b5d40ca 100644 (file)
@@ -67,6 +67,7 @@ let restrict to_be_restricted =
 ;;
 
 
+(*CSC: maybe we should rename delift in abstract, as I did in my dissertation *)
 let delift context metasenv l t =
  let module S = CicSubstitution in
   let to_be_restricted = ref [] in
@@ -97,9 +98,6 @@ let delift context metasenv l t =
         in
          C.Var (uri,exp_named_subst')
      | C.Meta (i, l1) as t -> 
-(* CSC: BIG BUG HERE! In the explicit substitution l1 = [t1 ; t2],       *)
-(* CSC: it is NOT true that Rel(1) in t2 refers to t1 (i.e. the explicit *)
-(* CSC: substitution is simultaneous, not telescopic. To be fixes ASAP.  *)
         let rec deliftl j =
          function
             [] -> []