test_nested.m:013: Error: module `parent' has a submodule named test_nested.m:013: `private_child', but it is visible only to its other test_nested.m:013: submodules. test_nested.m:014: Error: module `parent' does not have a submodule named test_nested.m:014: `undeclared_child'. test_nested.m:017: In module `test_nested': error: test_nested.m:017: the absence of an `:- import_module' or `:- use_module' test_nested.m:017: declaration for `parent2' prevents access to the test_nested.m:017: `:- use_module' declaration for its child module test_nested.m:017: `parent2.child'. test_nested.m:024: In the fourth argument of function symbol `foo' of the type test_nested.m:024: `foo'/0: test_nested.m:024: error: undefined type `parent.nonexistent_child.foo'/0. test_nested.m:024: (No module named `parent.nonexistent_child' has been test_nested.m:024: imported.)