Thank you
On Monday, March 21, 2016 at 7:05:53 PM UTC+5:30, Kristoffer Carlsson wrote:
>
> import Base.Operators: ^, -, /
>
> On Monday, March 21, 2016 at 2:26:45 PM UTC+1, kunal singh wrote:
>>
>> 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 Base
>>
>> I tried import Base: ^, - , \ , == and it leads to error.
>>
>> Can anybody tell me how to fix these warnings?
>>
>