diff options
author | Eduardo Julian | 2017-01-06 19:33:59 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-01-06 19:33:59 -0400 |
commit | 1e34eef43c24d1fb05afeccbe55e958b1b088dab (patch) | |
tree | 7b49370b9f5f1a99e376124335dcafd9e5b152d9 /stdlib/source | |
parent | 39a29a47313a50805dc323a3ccd949659188c8e2 (diff) |
- Renamed lux/math/random to lux/random.
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] |