]> matita.cs.unibo.it Git - helm.git/commitdiff
added debug item for coercion
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 9 Jun 2005 11:46:58 +0000 (11:46 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 9 Jun 2005 11:46:58 +0000 (11:46 +0000)
helm/matita/matita.ml

index d0959e453b0342ed9ca49623c7514fb9f8819793..97595d1926004de1e8eb2e844b34affb9b9caf14 100644 (file)
@@ -142,6 +142,14 @@ let _ =
       (fun _ ->
          if script#onGoingProof () then
            MatitaLog.debug (CicMetaSubst.ppmetasenv script#proofMetasenv []));
+    addDebugItem "dump coercions Db" (fun _ ->
+      List.iter (
+        fun (s,t,u) -> 
+          MatitaLog.debug (
+            UriManager.name_of_uri u ^ ":" ^ 
+            UriManager.name_of_uri s ^ " -> " ^ UriManager.name_of_uri t))
+      (CoercDb.to_list ())
+    );
     addDebugItem "rotate light bulbs"
       (fun _ ->
          let nb = gui#main#hintNotebook in