X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FcicCoercion.ml;h=f06035604535dcd5a132f2667292f6318dc15fd2;hb=7e30c63fcf9f9fe1780ba7aa4d95fd0d8658548b;hp=33309f109e6c48d2b9f11b5885170ac4d65bab8c;hpb=07e176d2d2355cea8c5b9990cbbc3c7d234bfe15;p=helm.git diff --git a/helm/software/components/library/cicCoercion.ml b/helm/software/components/library/cicCoercion.ml index 33309f109..f06035604 100644 --- a/helm/software/components/library/cicCoercion.ml +++ b/helm/software/components/library/cicCoercion.ml @@ -216,7 +216,7 @@ let generate_composite_closure rt c1 c2 univ arity = let body_metasenv = order_body_menv term body_metasenv in debug_print(lazy("ORDERED_B_MENV: "^rt.RT.ppmetasenv [] body_metasenv)); let subst = create_subst_from_metas_to_rels spline_len body_metasenv in - debug_print (lazy("SUBST: "^rt.RT.ppsubst subst)); + debug_print (lazy("SUBST: "^rt.RT.ppsubst body_metasenv subst)); let term = rt.RT.apply_subst subst term in debug_print (lazy ("COMPOSED SUBSTITUTED: " ^ CicPp.ppterm term)); (match rt.RT.type_of_aux' metasenv [] term ugraph with