diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/random.lux (renamed from stdlib/source/lux/math/random.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/lux/test.lux | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/math/random.lux b/stdlib/source/lux/random.lux index 802dbfae6..802dbfae6 100644 --- a/stdlib/source/lux/math/random.lux +++ b/stdlib/source/lux/random.lux diff --git a/stdlib/source/lux/test.lux b/stdlib/source/lux/test.lux index e2bff250e..4bebfe10c 100644 --- a/stdlib/source/lux/test.lux +++ b/stdlib/source/lux/test.lux @@ -18,7 +18,7 @@ text/format [error #- fail "Error/" Monad<Error>]) (codata [io #- run]) - (math ["R" random]) + ["R" random] [host #- try])) ## [Host] |