thanks. Yeah that is true and is a workaround, however when calling
using MyPackageWithPlus
you will get the usual warning
WARNING: using MyPackageWithPlus.+ in module Main conflicts with an existing identifier.
and nothing is assigned. You have to assign functions yourself.
With a --baremodule
flag everything would work.