diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-03 10:52:39 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 10:36:22 +0000 |
| commit | 13fdf952138454184f42f50e15c5c4974b2c7eed (patch) | |
| tree | 56405051078b17766695cf4b1c659c8fd68d3035 /core/registry.moon | |
| parent | document more interfaces (diff) | |
| download | alive-0.0.tar.gz alive-0.0.zip | |
refactoring cyclic requiresv0.0
Diffstat (limited to 'core/registry.moon')
| -rw-r--r-- | core/registry.moon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/registry.moon b/core/registry.moon index ebe429c..fca7e5d 100644 --- a/core/registry.moon +++ b/core/registry.moon @@ -1,4 +1,5 @@ -import Result, Value from require 'core.value' +import Value from require 'core.value' +import Result from require 'core.result' class Registry new: () => |
