> Is working in a module and then reloading that the only workaround?

There is also `workspace()` to clear everything.

On Sun, Sep 21, 2014 at 9:37 AM, Tamas Papp <tkp...@gmail.com> wrote:

> Hi,
>
> suppose I defined
>
> type Point
>     a::Real
>     b::Real
> end
>
> but later realized that I would rather have
>
> abstract(GeoObject)
> type Point <: GeoObject
>     a::Real
>     b::Real
> end
>
> Of course Julia gives me an
>
> ERROR: invalid redefinition of constant Point
>
> Is working in a module and then reloading that the only workaround?
>
> Best,
>
> Tamas
>

Reply via email to