diff options
Diffstat (limited to 'core/init.moon')
| -rw-r--r-- | core/init.moon | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/init.moon b/core/init.moon index 6b5bdd0..6a8c5d4 100644 --- a/core/init.moon +++ b/core/init.moon @@ -1,6 +1,6 @@ L or= setmetatable {}, __index: => -> -import Op, IO, Action, FnDef, EventInput, ValueInput, IOInput +import Op, IO, Action, FnDef, EventInput, ValueInput, IOInput, ColdInput from require 'core.base' import match from require 'core.pattern' @@ -21,7 +21,8 @@ globals = Scope.from_table require 'core.builtin' :Cell, :RootCell :Op, :IO, :Action, :FnDef - :EventInput, :ValueInput, :IOInput, :match + :EventInput, :ValueInput, :IOInput, :ColdInput, + :match :Scope :Registry, :Tag |
