let
join_pack parent base =
if
parent =
""
then
base
else
parent ^
"."
^ base