]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.ml
Exceptions should never escape the final exception handler for the worker
[helm.git] / matita / matita.ml
index 5717b710aa9925f48312e160b1c589884d22c13a..ce9280dcdc229b6ceda080a4af4e55b12dca7858 100644 (file)
@@ -213,6 +213,12 @@ let _ =
         carr))) meets
     );
     addDebugSeparator ();
+*)
+(* ZACK: moved to a check box menu item in the View menu
+    addDebugItem "disable high level pretty printer"
+      (fun _ -> CicMetaSubst.use_low_level_ppterm_in_context := true);
+    addDebugItem "enable high level pretty printer"
+      (fun _ -> CicMetaSubst.use_low_level_ppterm_in_context := false);
 *)
     addDebugItem "disable all (pretty printing) notations"
       (fun _ -> CicNotation.set_active_notations []);