diff options
author | Eduardo Julian | 2017-03-24 17:38:39 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-03-24 17:38:39 -0400 |
commit | 1d7a328afcb649fa0a69f6df4bd7b1ca6aa8a59c (patch) | |
tree | 28ea536fd1172bac2be78d341002704f62f23def /stdlib/test/test/lux.lux | |
parent | f6cb4f22329a4c60821fbd03749667adc703b19b (diff) |
- Moved lux/random to lux/math/random.
- Moved lux/math/ratio to lux/number/ratio.
- Moved lux/math/complex to lux/number/complex.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux index 92ed5e2ca..225467526 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -4,7 +4,7 @@ (lux (control monad) [io] [math] - ["R" random] + ["R" math/random] (data [text "T/" Eq<Text>] text/format) [compiler] |