Full code https://github.com/hpoit/MLN.jl/blob/master/Factor.jl https://github.com/hpoit/MLN.jl/blob/master/FactorOperations.jl
On Tue, Nov 15, 2016 at 3:05 PM, Kevin Liu <kvt...@gmail.com> wrote: > This is weird. Please observe include() in the two attachments I've made. > > On Tue, Nov 15, 2016 at 11:37 AM, Yichao Yu <yyc1...@gmail.com> wrote: > >> On Mon, Nov 14, 2016 at 10:35 PM, Kevin Liu <kvt...@gmail.com> wrote: >> > Does indentation affect `include("FactorOperations.jl")`? If I pull it >> back >> >> No. >> >> > to where `module` starts, it says `incomplete module at ... requires >> end`. >> > Then pushing it under `type` defines `module`. >> >> Unclear what you mean. >> > >