aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/writer.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/writer.lux')
-rw-r--r--stdlib/source/test/lux/control/writer.lux10
1 files changed, 6 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/control/writer.lux b/stdlib/source/test/lux/control/writer.lux
index 4fda216e3..288859d4a 100644
--- a/stdlib/source/test/lux/control/writer.lux
+++ b/stdlib/source/test/lux/control/writer.lux
@@ -5,9 +5,11 @@
[equivalence (.only Equivalence)]
[monoid (.only Monoid)]
[monad (.only do)]
+ ["[0]" functor
+ ["[1]T" \\test (.only Injection Comparison)]]
+ ["[0]" apply
+ ["[1]T" \\test]]
[\\specification
- ["$[0]" functor (.only Injection Comparison)]
- ["$[0]" apply]
["$[0]" monad]]]
[control
["[0]" io]]
@@ -42,9 +44,9 @@
/.#log /.#value])
(all _.and
(_.for [/.functor]
- ($functor.spec (..injection text.monoid) ..comparison /.functor))
+ (functorT.spec (..injection text.monoid) ..comparison /.functor))
(_.for [/.apply]
- ($apply.spec (..injection text.monoid) ..comparison (/.apply text.monoid)))
+ (applyT.spec (..injection text.monoid) ..comparison (/.apply text.monoid)))
(_.for [/.monad]
($monad.spec (..injection text.monoid) ..comparison (/.monad text.monoid)))