aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/modulus.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/math/modulus.lux')
-rw-r--r--stdlib/source/test/lux/math/modulus.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/math/modulus.lux b/stdlib/source/test/lux/math/modulus.lux
index 8d79b95b1..6f43194e6 100644
--- a/stdlib/source/test/lux/math/modulus.lux
+++ b/stdlib/source/test/lux/math/modulus.lux
@@ -28,7 +28,7 @@
(def: .public (random range)
(Ex (_ %) (-> Int (Random (/.Modulus %))))
(|> random.int
- (\ random.monad each (i.% range))
+ (# random.monad each (i.% range))
(random.one (|>> /.modulus try.maybe))))
(def: .public test