]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/depends.dot
nrewrite now working
[helm.git] / helm / software / matita / nlibrary / depends.dot
index eb6855410ab5062636773db9408f5e76023fac7e..9069f0cd915dbfa0d27272e2afc85fd2523761c5 100644 (file)
@@ -1,12 +1,17 @@
 digraph g {
   "sets/sets.ma" [];
   "sets/sets.ma" -> "logic/equality.ma" [];
+  "topology/igt.ma" [];
+  "topology/igt.ma" -> "logic/connectives.ma" [];
+  "topology/igt.ma" -> "properties/relations.ma" [];
   "logic/equality.ma" [];
   "logic/equality.ma" -> "logic/connectives.ma" [];
   "logic/connectives.ma" [];
   "logic/connectives.ma" -> "logic/pts.ma" [];
   "algebra/magmas.ma" [];
   "algebra/magmas.ma" -> "sets/sets.ma" [];
+  "properties/relations.ma" [];
+  "properties/relations.ma" -> "logic/pts.ma" [];
   "logic/pts.ma" [];
   
   }
\ No newline at end of file