From 59462251fec623636b3a5396253e38f6d29bf747 Mon Sep 17 00:00:00 2001 From: puech Date: Mon, 8 Aug 2011 08:46:34 +0000 Subject: Esubst: make types of substitutions & lifts private Allows to be sure that we apply the smart constructors. Propagate the change to Closure, Reduction, Term, Cbv and Newring git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14386 85f007b7-540e-0410-9357-904b9bb8a0f7 --- checker/term.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checker/term.ml') diff --git a/checker/term.ml b/checker/term.ml index 7d2241228..ab40b6fa7 100644 --- a/checker/term.ml +++ b/checker/term.ml @@ -261,7 +261,7 @@ let rec exliftn el c = match c with (* Lifting the binding depth across k bindings *) let liftn k n = - match el_liftn (pred n) (el_shft k ELID) with + match el_liftn (pred n) (el_shft k el_id) with | ELID -> (fun c -> c) | el -> exliftn el -- cgit v1.2.3