diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-13 18:40:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 08:46:54 +0000 |
| commit | 1a8debe87762072b3a63b769aa515ebf63b4c70d (patch) | |
| tree | 33b42866307d11d2c0878b23e0ec0bb8925d3fcc /lib/random.moon | |
| parent | spec base.match __tostring (diff) | |
| download | alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.tar.gz alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.zip | |
move into proper Lua module (`alv`)
Diffstat (limited to 'lib/random.moon')
| -rw-r--r-- | lib/random.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.moon b/lib/random.moon index 49da2b9..8c4d096 100644 --- a/lib/random.moon +++ b/lib/random.moon @@ -1,4 +1,4 @@ -import ValueStream, Error, Op, Input, val, evt from require 'core.base' +import ValueStream, Error, Op, Input, val, evt from require 'alv.base' apply_range = (range, val) -> if range\type! == 'str' |
