diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-02 19:08:48 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-02 19:09:56 +0000 |
| commit | c26b90317cb67ddcf71237e1d2f5fad87a5a3191 (patch) | |
| tree | 3577416ff058cbd5e955c33693684a2b78c0c364 /lib/util.moon | |
| parent | find IO via Result tree, not Registry (diff) | |
| download | alive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.tar.gz alive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.zip | |
document more interfaces
Diffstat (limited to 'lib/util.moon')
| -rw-r--r-- | lib/util.moon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.moon b/lib/util.moon index 6ada851..65bab65 100644 --- a/lib/util.moon +++ b/lib/util.moon @@ -1,4 +1,5 @@ -import Op, Value, ValueInput, EventInput, ColdInput, match from require 'core' +import Op, Value, ValueInput, EventInput, ColdInput, match + from require 'core.base' all_same = (list) -> for v in *list[2,] |
