aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency/stm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/stm.lux')
-rw-r--r--stdlib/source/test/lux/control/concurrency/stm.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/stm.lux b/stdlib/source/test/lux/control/concurrency/stm.lux
index 8d56cbed2..5dee493c0 100644
--- a/stdlib/source/test/lux/control/concurrency/stm.lux
+++ b/stdlib/source/test/lux/control/concurrency/stm.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- ["." monad (#+ Monad do)]
+ ["." monad {"+" [Monad do]}]
[\\specification
- ["$." functor (#+ Injection Comparison)]
+ ["$." functor {"+" [Injection Comparison]}]
["$." apply]
["$." monad]]]
[control
- ["." io (#+ IO)]]
+ ["." io {"+" [IO]}]]
[data
["." product]
[collection
@@ -21,9 +21,9 @@
[\\library
["." /
[//
- ["." atom (#+ Atom atom)]
+ ["." atom {"+" [Atom atom]}]
["." async]
- ["." frp (#+ Channel)]]]])
+ ["." frp {"+" [Channel]}]]]])
(def: injection
(Injection /.STM)