Hi,
I need a little help.I am getting the following errors on
Pkg.add("<module>")
WARNING: module <module> should explicitly import ^ from Base
WARNING: module <module> should explicitly import - from Base
WARNING: module <module> should explicitly import \ from Base
WARNING: module <module> should explicitly import == from BaseI tried import Base: ^, - , \ , == and it leads to error. Can anybody tell me how to fix these warnings?
