]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/test_parser.ml
tentative parser patch with symbolic tactics names
[helm.git] / matita / components / grafite_parser / test_parser.ml
index 5cb8a3a34678a7e36db8bd27e0f1f0e5cf6a4980..7e2eb795597445fba8088b18f4711334402086fb 100644 (file)
@@ -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) ->