X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent_pres%2FtermContentPres.ml;h=13c70be473f506f435a311467dbd4e624b35842d;hb=d6f1365a9f1cb48af8a7b32cf074373466779e7e;hp=d724acf85d21d0cf014cf928c97bbc70b379cda6;hpb=6c702f5054d7975f76911ba62da9bfa33d3ed0fa;p=helm.git diff --git a/matitaB/components/content_pres/termContentPres.ml b/matitaB/components/content_pres/termContentPres.ml index d724acf85..13c70be47 100644 --- a/matitaB/components/content_pres/termContentPres.ml +++ b/matitaB/components/content_pres/termContentPres.ml @@ -474,7 +474,7 @@ let rec pp_ast1 status term = | NotationEnv.DisambiguationValue _ as v -> v in let ast_env_of_env env = - prerr_endline ("### pp_env: " ^ NotationPp.pp_env status env); + (* prerr_endline ("### pp_env: " ^ NotationPp.pp_env status env); *) List.map (fun (var, (ty, value)) -> (var, (ty, pp_value value))) env in (* prerr_endline ("### pattern matching from 2 to 1 on term " ^