]> matita.cs.unibo.it Git - helm.git/commitdiff
Patch to delift withdrawn.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Feb 2004 14:33:04 +0000 (14:33 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Feb 2004 14:33:04 +0000 (14:33 +0000)
The patch was used to nullify items in the local context when they where

helm/ocaml/cic_unification/cicMetaSubst.ml

index 04f32eb2c77aaddf3ce18896f93cf6e9f95c497a..da9cdb0ac2e7902da622ec818c03f705747bc3d1 100644 (file)
@@ -219,14 +219,6 @@ let rec restrict subst to_be_restricted metasenv =
 
 (*CSC: maybe we should rename delift in abstract, as I did in my dissertation *)
 let delift n subst context metasenv l t =
- let l =
-  let (_, canonical_context, _) = CicUtil.lookup_meta n metasenv in
-  List.map2 (fun ct lt ->
-    match (ct, lt) with
-    | None, _ -> None
-    | Some _, _ -> lt)
-    canonical_context l
- in
  let module S = CicSubstitution in
   let to_be_restricted = ref [] in
   let rec deliftaux k =