aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency/structured.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/structured.lux')
-rw-r--r--stdlib/source/test/lux/control/concurrency/structured.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/structured.lux b/stdlib/source/test/lux/control/concurrency/structured.lux
index 2af3d8550..93b62c414 100644
--- a/stdlib/source/test/lux/control/concurrency/structured.lux
+++ b/stdlib/source/test/lux/control/concurrency/structured.lux
@@ -3,8 +3,9 @@
[lux (.except)
[abstract
["[0]" monad (.only do)]
+ ["[0]" functor
+ ["[1]T" \\test (.only Injection Comparison)]]
[\\specification
- ["$[0]" functor (.only Injection Comparison)]
["$[0]" monad]]]
[control
["[0]" maybe (.use "[1]#[0]" functor)]
@@ -72,7 +73,7 @@
(_.for [/.Async])
(all _.and
(_.for [/.functor]
- ($functor.spec ..injection ..comparison /.functor))
+ (functorT.spec ..injection ..comparison /.functor))
(_.for [/.monad]
($monad.spec ..injection ..comparison /.monad))