From b36c0b7eddcb2b3abb1fb53cc49df8da27d199ac Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 1 Jun 2006 11:36:50 +0000 Subject: [PATCH] ... --- helm/software/components/binaries/tptp2grafite/main.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/software/components/binaries/tptp2grafite/main.ml b/helm/software/components/binaries/tptp2grafite/main.ml index 03f8f2e9f..9b47e4a58 100644 --- a/helm/software/components/binaries/tptp2grafite/main.ml +++ b/helm/software/components/binaries/tptp2grafite/main.ml @@ -292,7 +292,8 @@ let _ = let dummy_tbl = Hashtbl.create 1 in let markup = CicNotationPres.render dummy_tbl pres_term in let s = BoxPp.render_to_string width markup in - s + Pcre.substitute + ~pat:"\\\\forall [Ha-z][a-z0-9_]*" ~subst:(fun x -> "\n" ^ x) s in CicNotationPp.set_pp_term term_pp; let lazy_term_pp = fun x -> assert false in -- 2.39.2