X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent_pres%2FtermContentPres.ml;h=13c70be473f506f435a311467dbd4e624b35842d;hb=34b7023a76f83ffbd489e4a59bb068ef0f5e7c36;hp=8ff5a13f2a1094cb14c7bce5494a380f9002f3f2;hpb=1b67bd4dfa12ef25b8fa63884c71893b961db27d;p=helm.git diff --git a/matitaB/components/content_pres/termContentPres.ml b/matitaB/components/content_pres/termContentPres.ml index 8ff5a13f2..13c70be47 100644 --- a/matitaB/components/content_pres/termContentPres.ml +++ b/matitaB/components/content_pres/termContentPres.ml @@ -317,9 +317,9 @@ class type g_status = method content_pres_db: db end -class virtual status = +class virtual status uid = object - inherit NCic.status + inherit NCic.status uid val content_pres_db = initial_db method content_pres_db = content_pres_db method set_content_pres_db v = {< content_pres_db = v >} @@ -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 " ^