aboutsummaryrefslogtreecommitdiffstats
path: root/lib/math.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math.moon')
-rw-r--r--lib/math.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/math.moon b/lib/math.moon
index 4d01741..b8b4361 100644
--- a/lib/math.moon
+++ b/lib/math.moon
@@ -1,4 +1,4 @@
-import Op, Value, ValueInput, match from require 'core'
+import Op, Value, ValueInput, match from require 'core.base'
unpack or= table.unpack
class ReduceOp extends Op