e.g this should work: ``` julia arequire("M") import M.f f() ``` change M.f in M.jl ``` julia areload() f() # executes new version of M.f ```