You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> module Foo
import Base: f
f(x) = x
end
WARNING: Imported binding Base.f was undeclared at import time during import to Foo.
ERROR: invalid method definition in Foo: exported function Base.f does not exist
The error talks about "exported function Base.f" but f is not exported from Base.
The text was updated successfully, but these errors were encountered:
The error talks about "exported function
Base.f
" butf
is not exported from Base.The text was updated successfully, but these errors were encountered: