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 af040b645..8679cdb70 100644
--- a/stdlib/source/test/lux/math/modulus.lux
+++ b/stdlib/source/test/lux/math/modulus.lux
@@ -29,7 +29,7 @@
(Ex [%] (-> Int (Random (/.Modulus %))))
(|> random.int
(\ random.monad map (i.% range))
- (random.one (|>> /.modulus try.to_maybe))))
+ (random.one (|>> /.modulus try.maybe))))
(def: #export test
Test