aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/file/watch.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/world/file/watch.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/test/lux/world/file/watch.lux b/stdlib/source/test/lux/world/file/watch.lux
index 617461ad6..00406139e 100644
--- a/stdlib/source/test/lux/world/file/watch.lux
+++ b/stdlib/source/test/lux/world/file/watch.lux
@@ -1,23 +1,23 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [predicate (#+ Predicate)]
- [monad (#+ do)]]
+ [predicate {"+" [Predicate]}]
+ [monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
["." exception]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
- ["." binary (#+ Binary) ("#\." equivalence)]
+ ["." binary {"+" [Binary]} ("#\." equivalence)]
["." text ("#\." equivalence)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list]]]
[math
- ["." random (#+ Random) ("#\." monad)]]]]
+ ["." random {"+" [Random]} ("#\." monad)]]]]
[\\library
["." /
["/#" //]]]