> how do I delete just one dispatch binding then?

You can't remove a method from a generic function.  You can overwrite it
though, for instance make it throw an error or point it to another method.

> what is the equivalent of assigning "." or "undef" or "nothing" or
> "Nothing" for removing just one dispatch?
>
> how do I mark an empty variable?  ("Nothing"?)
>
> how do I remove a variable?

http://docs.julialang.org/en/latest/manual/faq/#how-do-i-delete-an-object-in-memory


> regards,
>
> /iaw
>
>
> ----
> Ivo Welch (ivo.we...@gmail.com)
> http://www.ivo-welch.info/
> J. Fred Weston Distinguished Professor of Finance
> Anderson School at UCLA, C519
> Director, UCLA Anderson Fink Center for Finance and Investments
> Free Finance Textbook, http://book.ivo-welch.info/
> Exec Editor, Critical Finance Review,
> http://www.critical-finance-review.org/
> Editor and Publisher, FAMe, http://www.fame-jagazine.com/
>
> On Mon, Dec 1, 2014 at 12:02 AM, Stefan Karpinski <ste...@karpinski.org>
> wrote:
>
>> We don't support undefining one specific value but the workspace()
>> function will give you an entirely fresh workspace which may be faster than
>> restarting the entire repl.
>>
>> On Sun, Nov 30, 2014 at 2:13 AM, Daniel Høegh <dhoeg...@gmail.com> wrote:
>>
>>> Just restart the terminal.
>>
>>
>>

Reply via email to