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/test/test/lux.lux | |
parent | 39a29a47313a50805dc323a3ccd949659188c8e2 (diff) |
- Renamed lux/math/random to lux/random.
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 5b530ba98..6c1ea6f4b 100644 --- a/stdlib/test/test/lux.lux +++ b/stdlib/test/test/lux.lux @@ -9,7 +9,7 @@ (lux (control monad) (codata [io]) [math] - (math ["R" random]) + ["R" random] (data [text "T/" Eq<Text>] text/format) [compiler] |