diff options
Diffstat (limited to 'core/init.moon')
| -rw-r--r-- | core/init.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.moon b/core/init.moon index ed385fe..f0456c2 100644 --- a/core/init.moon +++ b/core/init.moon @@ -1,6 +1,6 @@ L or= setmetatable {}, __index: => -> -import Op, Action from require 'core.base' +import Op, Action, FnDef from require 'core.base' import Const, load_ from require 'core.const' import Scope from require 'core.scope' @@ -10,6 +10,6 @@ import Cell, RootCell from require 'core.cell' { :Const, :Cell, :RootCell - :Op, :Action + :Op, :Action, :FnDef :Scope } |
