Say we import and redefine a function from Base. Is it possible to access the form of the function before the redefinition?
Here is an example of what I am trying to do (which doesn't work): rand_orig = rand Base.rand()=(rand_orig() + 1)
Say we import and redefine a function from Base. Is it possible to access the form of the function before the redefinition?
Here is an example of what I am trying to do (which doesn't work): rand_orig = rand Base.rand()=(rand_orig() + 1)