From: Enrico Tassi Date: Thu, 5 Apr 2007 13:15:51 +0000 (+0000) Subject: fixed the pretty (notation aware) printer X-Git-Tag: 0.4.95@7852~548 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bda4b3ee9d66b253b258da06cea8b801924b2fe7;p=helm.git fixed the pretty (notation aware) printer --- diff --git a/matita/applyTransformation.ml b/matita/applyTransformation.ml index de87d5548..b5aa06f9d 100644 --- a/matita/applyTransformation.ml +++ b/matita/applyTransformation.ml @@ -107,6 +107,7 @@ ignore ( (fun ~metasenv subst term context -> try let context' = CicMetaSubst.apply_subst_context subst context in + let metasenv = CicMetaSubst.apply_subst_metasenv subst metasenv in let term' = CicMetaSubst.apply_subst subst term in let res = txt_of_cic_term 30 metasenv context' term' in if String.contains res '\n' then