Closed
Description
https://docs.julialang.org/en/v1/base/base/#Union{}
Usage of objects named "Bottom" among packages: https://juliahub.com/ui/Search?type=symbols&q=Bottom&u=use
Solutions, two alternatives:
- make
Base.Bottom
public - delete
Bottom
from theBase
and from the doc string ofUnion{}
. This could be a viable minor change, after a PkgEval, etc.