Cool, thanks Yichao. I changed module Factor to module FactorNode. Now I
got
TypeError: is defined: expected Symbol, got
Type{FactorNode.FactorNode.Factor}
(see attachment)
On Monday, November 14, 2016 at 10:41:43 PM UTC-2, Yichao Yu wrote:
>
> On Mon, Nov 14, 2016 at 7:39 PM, Kevin Liu <[email protected] <javascript:>>
> wrote:
> >
> >
> > On Monday, November 14, 2016 at 10:36:07 PM UTC-2, Kevin Liu wrote:
> >>
> >> Help! (see attachment)
>
> This is not related to reloading. You can't have a global variable
> with the same name of the module since that's already bound to the
> module itself.
>