aboutsummaryrefslogtreecommitdiffstats
path: root/core/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-02 19:08:48 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-02 19:09:56 +0000
commitc26b90317cb67ddcf71237e1d2f5fad87a5a3191 (patch)
tree3577416ff058cbd5e955c33693684a2b78c0c364 /core/init.moon
parentfind IO via Result tree, not Registry (diff)
downloadalive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.tar.gz
alive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.zip
document more interfaces
Diffstat (limited to 'core/init.moon')
-rw-r--r--core/init.moon8
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