diff options
Diffstat (limited to 'core/init.moon')
| -rw-r--r-- | core/init.moon | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/init.moon b/core/init.moon index 6a8c5d4..73f63f9 100644 --- a/core/init.moon +++ b/core/init.moon @@ -1,9 +1,5 @@ L or= setmetatable {}, __index: => -> -import Op, IO, Action, FnDef, EventInput, ValueInput, IOInput, ColdInput - from require 'core.base' -import match from require 'core.pattern' - import Value, Result, load_ from require 'core.value' import Scope from require 'core.scope' load_! @@ -19,10 +15,6 @@ globals = Scope.from_table require 'core.builtin' { :Value, :Result :Cell, :RootCell - - :Op, :IO, :Action, :FnDef - :EventInput, :ValueInput, :IOInput, :ColdInput, - :match :Scope :Registry, :Tag |
