aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/math/random.lux9
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/math/random.lux b/stdlib/source/test/lux/math/random.lux
index 8f125bd7e..881e73235 100644
--- a/stdlib/source/test/lux/math/random.lux
+++ b/stdlib/source/test/lux/math/random.lux
@@ -3,13 +3,12 @@
[lux (.except)
[abstract
[equivalence (.only Equivalence)]
- [monad (.only do)]
+ ["[0]" monad (.only do)
+ ["[1]T" \\test]]
["[0]" functor
["[1]T" \\test (.only Injection Comparison)]]
["[0]" apply
- ["[1]T" \\test]]
- [\\specification
- ["$[0]" monad]]]
+ ["[1]T" \\test]]]
[control
["[0]" maybe]]
[data
@@ -86,7 +85,7 @@
(_.for [/.apply]
(applyT.spec ..injection (..comparison increase,seed) /.apply))
(_.for [/.monad]
- ($monad.spec ..injection (..comparison increase,seed) /.monad))
+ (monadT.spec ..injection (..comparison increase,seed) /.monad))
(_.coverage [/.result]
(|> (in true)