From af364f229a858464cc557e60e314b6ffb20b6625 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 18 Nov 2005 16:52:13 +0000 Subject: [PATCH] added debug items for enabling/disabling pretty printing notation completely --- helm/matita/matita.ml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/matita/matita.ml b/helm/matita/matita.ml index da09fb27d..11ae70642 100644 --- a/helm/matita/matita.ml +++ b/helm/matita/matita.ml @@ -167,6 +167,12 @@ let _ = addDebugItem "print runtime dir" (fun _ -> prerr_endline BuildTimeConf.runtime_base_dir); + addDebugItem "disable all (pretty printing) notations" + (fun _ -> CicNotation.set_active_notations []); + addDebugItem "enable all (pretty printing) notations" + (fun _ -> + CicNotation.set_active_notations + (List.map fst (CicNotation.get_all_notations ()))); end (** Debugging }}} *) -- 2.39.2