aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/random.lux')
-rw-r--r--stdlib/source/library/lux/math/random.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/math/random.lux b/stdlib/source/library/lux/math/random.lux
index 22eaf64b3..f1b483685 100644
--- a/stdlib/source/library/lux/math/random.lux
+++ b/stdlib/source/library/lux/math/random.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" or and list i64 nat int rev char only}
+ [lux (.except or and list i64 nat int rev char only)
[abstract
[hash (.only Hash)]
[functor (.only Functor)]