]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.ml
Coercions are now hidden by default (in termAcicContent.ml)
[helm.git] / matita / matita.ml
index 2cbb9a9a1350cd2303712637c3705d42c22e21e3..a8a031273b309a05f7316449d4ed57e46c8d1f24 100644 (file)
@@ -191,6 +191,10 @@ let _ =
       (fun _ ->
         CicNotation.set_active_notations
           (List.map fst (CicNotation.get_all_notations ())));
+    addDebugItem "enable coercions hiding"
+      (fun _ -> TermAcicContent.hide_coercions := true);
+    addDebugItem "disable coercions hiding"
+      (fun _ -> TermAcicContent.hide_coercions := false);
   end
   (** Debugging }}} *)