You need to tell General where to find internals:
module General
using ..Specific
export algo
algo(x) = internals(x)
end
You need to tell General where to find internals:
module General
using ..Specific
export algo
algo(x) = internals(x)
end