diff options
Diffstat (limited to 'lib/logic.moon')
| -rw-r--r-- | lib/logic.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logic.moon b/lib/logic.moon index b4c6cf7..adff5ee 100644 --- a/lib/logic.moon +++ b/lib/logic.moon @@ -1,4 +1,4 @@ -import Op, ValueInput, match from require 'core' +import Op, ValueInput, match from require 'core.base' all_same = (first, list) -> for v in *list |
