From 49b54c2de0c8d449638e469d1c95bfae01b0aadc Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 18 Dec 2003 10:46:18 +0000 Subject: [PATCH] One of the bug I detected (and commented) in my last commit was not a bug. This commit removes the erroneus comment. --- helm/ocaml/cic_unification/cicUnification.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/ocaml/cic_unification/cicUnification.ml b/helm/ocaml/cic_unification/cicUnification.ml index e0d4d13f2..d50818f73 100644 --- a/helm/ocaml/cic_unification/cicUnification.ml +++ b/helm/ocaml/cic_unification/cicUnification.ml @@ -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 [] -> [] -- 2.39.2