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/scope.moon | |
| parent | document more interfaces (diff) | |
| download | alive-0.0.tar.gz alive-0.0.zip | |
refactoring cyclic requiresv0.0
Diffstat (limited to 'core/scope.moon')
| -rw-r--r-- | core/scope.moon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/scope.moon b/core/scope.moon index 5e73f64..4ed95d1 100644 --- a/core/scope.moon +++ b/core/scope.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 Scope new: (@parent, @dynamic_parent) => |
