X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fnlibrary%2Fdepends.dot;h=6bedead7ffb0286f0abaa2fce4c6a3533be2f66a;hb=d00e19c7000a00659ffd609ef79675eb0f010659;hp=8af49c5d8097cfecaa39699b25c119ea493d203e;hpb=2f67829c12dea538114bb848e0275d220dba601b;p=helm.git diff --git a/helm/software/matita/nlibrary/depends.dot b/helm/software/matita/nlibrary/depends.dot index 8af49c5d8..6bedead7f 100644 --- a/helm/software/matita/nlibrary/depends.dot +++ b/helm/software/matita/nlibrary/depends.dot @@ -23,12 +23,12 @@ digraph g { "sets/setoids.ma" -> "properties/relations.ma" []; "logic/connectives.ma" []; "logic/connectives.ma" -> "logic/pts.ma" []; + "topology/cantor.ma" []; + "topology/cantor.ma" -> "topology/igft.ma" []; "datatypes/pairs.ma" []; "datatypes/pairs.ma" -> "logic/pts.ma" []; "algebra/abelian_magmas.ma" []; "algebra/abelian_magmas.ma" -> "algebra/magmas.ma" []; - "topology/igft-setoid.ma" []; - "topology/igft-setoid.ma" -> "sets/sets.ma" []; "nat/plus.ma" []; "nat/plus.ma" -> "algebra/abelian_magmas.ma" []; "nat/plus.ma" -> "algebra/unital_magmas.ma" []; @@ -46,6 +46,8 @@ digraph g { "nat/nat.ma" -> "hints_declaration.ma" []; "nat/nat.ma" -> "logic/equality.ma" []; "nat/nat.ma" -> "sets/setoids.ma" []; + "logic/destruct_bb.ma" []; + "logic/destruct_bb.ma" -> "logic/equality.ma" []; "properties/relations.ma" []; "properties/relations.ma" -> "logic/pts.ma" []; "nat/compare.ma" [];