aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-02 19:08:48 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-02 19:09:56 +0000
commitc26b90317cb67ddcf71237e1d2f5fad87a5a3191 (patch)
tree3577416ff058cbd5e955c33693684a2b78c0c364 /lib/string.moon
parentfind IO via Result tree, not Registry (diff)
downloadalive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.tar.gz
alive-c26b90317cb67ddcf71237e1d2f5fad87a5a3191.zip
document more interfaces
Diffstat (limited to 'lib/string.moon')
-rw-r--r--lib/string.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.moon b/lib/string.moon
index 8c10c5d..2753381 100644
--- a/lib/string.moon
+++ b/lib/string.moon
@@ -1,4 +1,4 @@
-import Op, ValueInput from require 'core'
+import Op, ValueInput from require 'core.base'
class str extends Op
@doc: "(str v1 [v2]...)