diff options
Diffstat (limited to 'lib/math.moon')
| -rw-r--r-- | lib/math.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/math.moon b/lib/math.moon index 0a514a6..ca7321c 100644 --- a/lib/math.moon +++ b/lib/math.moon @@ -1,4 +1,4 @@ -import Op from require 'base' +import Op from require 'core' unpack or= table.unpack class BinOp extends Op |
