context before delifting w.r.t. it. Reason: we normalize it only lazily and
this is a right place to ``force'' the normalization.
(*CSC: maybe we should rename delift in abstract, as I did in my dissertation *)
let delift n subst context metasenv l t =
let module S = CicSubstitution in
-(* THIS CODE SHOULD NOT BE USEFUL AT ALL
let l =
let (_, canonical_context, _) = CicUtil.lookup_meta n metasenv in
List.map2 (fun ct lt ->
| Some _, _ -> lt)
canonical_context l
in
-*)
let to_be_restricted = ref [] in
let rec deliftaux k =
let module C = Cic in