X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fmatita.ml;h=a23558aa85e0ff83ca12707b4c732a4ba6db829c;hb=ccf5bef29f42897a28ee7cc797c3d5698adfcb1d;hp=dc0aa579db5975ccbd4fab189c1f6de071b27929;hpb=cbbd875911a596cbd7dd5247479cd967a88b0aa7;p=helm.git diff --git a/matita/matita.ml b/matita/matita.ml index dc0aa579d..a23558aa8 100644 --- a/matita/matita.ml +++ b/matita/matita.ml @@ -218,22 +218,26 @@ let _ = (fun _ -> CicMetaSubst.use_low_level_ppterm_in_context := true); addDebugItem "enable high level pretty printer" (fun _ -> CicMetaSubst.use_low_level_ppterm_in_context := false); +(* ZACK moved to the View menu 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 ()))); +*) addDebugSeparator (); addDebugItem "enable multiple disambiguation passes (default)" (fun _ -> GrafiteDisambiguator.only_one_pass := false); addDebugItem "enable only one disambiguation pass" (fun _ -> GrafiteDisambiguator.only_one_pass := true); addDebugSeparator (); +(* ZACK moved to the View menu addDebugItem "enable coercions hiding" (fun _ -> Acic2content.hide_coercions := true); addDebugItem "disable coercions hiding" (fun _ -> Acic2content.hide_coercions := false); +*) addDebugItem "show coercions graph" (fun _ -> let c = MatitaMathView.cicBrowser () in c#load (`About `Coercions));