X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2Ftest_parser.ml;h=7e2eb795597445fba8088b18f4711334402086fb;hb=cb11de1c61f0b61935b1c6c1832deacb49f7b5bd;hp=5cb8a3a34678a7e36db8bd27e0f1f0e5cf6a4980;hpb=560db5569f54fba5bded568699a33947f88df3ba;p=helm.git diff --git a/matita/components/grafite_parser/test_parser.ml b/matita/components/grafite_parser/test_parser.ml index 5cb8a3a34..7e2eb7955 100644 --- a/matita/components/grafite_parser/test_parser.ml +++ b/matita/components/grafite_parser/test_parser.ml @@ -97,11 +97,6 @@ let process_stream istream = GrafiteAstPp.pp_statement statement ~map_unicode_to_tex:(Helm_registry.get_bool "matita.paste_unicode_as_tex")) -(* - ~term_pp:NotationPp.pp_term - ~lazy_term_pp:(fun _ -> "_lazy_term_here_") - ~obj_pp:(fun _ -> "_obj_here_") - statement)*) with | End_of_file -> raise End_of_file | HExtlib.Localized (floc,CicNotationParser.Parse_error msg) ->