Recursively print dependencies of the Module after running the dependency generator

This commit is contained in:
Tristan B. Kildaire 2021-06-07 11:14:38 +02:00
parent edb11df247
commit b07eecd5a2
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public final class TypeChecker
import compiler.typecheck.dependancy;
StructuralOrganizer so = new StructuralOrganizer(this);
so.checkContainer(modulle);
so.printDeps(modulle);
}
/**