aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/region.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/region.lux')
-rw-r--r--stdlib/source/test/lux/control/region.lux9
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/control/region.lux b/stdlib/source/test/lux/control/region.lux
index 32eed407b..70d3873a1 100644
--- a/stdlib/source/test/lux/control/region.lux
+++ b/stdlib/source/test/lux/control/region.lux
@@ -5,14 +5,13 @@
[equivalence (.only Equivalence)]
[functor (.only Functor)]
[apply (.only Apply)]
- ["[0]" monad (.only Monad do)]
["[0]" enum]
+ ["[0]" monad (.only Monad 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]" try (.only Try)]]
[data
@@ -94,7 +93,7 @@
(Apply (Region r (thread.Thread !))))
(/.apply thread.monad))))
(_.for [/.monad]
- ($monad.spec ..injection ..comparison (is (All (_ ! r)
+ (monadT.spec ..injection ..comparison (is (All (_ ! r)
(Monad (Region r (thread.Thread !))))
(/.monad thread.monad))))