X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FcicCoercion.ml;h=7e36ac1aa5000d5c7ff2bb7dbc7627aa3d496e70;hb=ef5e2e1726e24e4523ee28ead5d7796498192692;hp=40def823834c65c256f4b6b0752d465aecaba343;hpb=9393a9f9370014c904244358abe4ec6e11a9d158;p=helm.git diff --git a/components/library/cicCoercion.ml b/components/library/cicCoercion.ml index 40def8238..7e36ac1aa 100644 --- a/components/library/cicCoercion.ml +++ b/components/library/cicCoercion.ml @@ -109,7 +109,7 @@ let generate_composite_closure rt c1 c2 univ = let rec aux = function | Cic.Lambda (_, Cic.Meta (i,_), t) when List.exists (fun (j,_,_) -> j = i) metasenv -> - CicSubstitution.subst (Cic.Rel ~-100) t + aux (CicSubstitution.subst (Cic.Rel ~-100) t) | Cic.Lambda (name, s, t) -> Cic.Lambda (name, s, aux t) | t -> t