> It receives the name of the package being required. For an implicit > call, it will be "foo.bar" instead of "foo". That would bring problems. For instance, if "foo" uses module(...) that implicit call would open "foo" inside "foo.bar". -- Roberto