aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file/watch.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/file/watch.lux')
-rw-r--r--stdlib/source/library/lux/world/file/watch.lux26
1 files changed, 13 insertions, 13 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux
index b094a1e0d..0bbc4643c 100644
--- a/stdlib/source/library/lux/world/file/watch.lux
+++ b/stdlib/source/library/lux/world/file/watch.lux
@@ -1,25 +1,25 @@
(.module:
[library
- [lux #*
+ [lux "*"
["@" target]
- ["." ffi (#+ import:)]
+ ["." ffi {"+" [import:]}]
[abstract
- [predicate (#+ Predicate)]
- ["." monad (#+ do)]]
+ [predicate {"+" [Predicate]}]
+ ["." monad {"+" [do]}]]
[control
- ["." io (#+ IO)]
+ ["." io {"+" [IO]}]
["." maybe]
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
[concurrency
- ["." async (#+ Async)]
- ["." stm (#+ STM Var)]]]
+ ["." async {"+" [Async]}]
+ ["." stm {"+" [STM Var]}]]]
[data
["." product]
["." text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." list ("#\." functor monoid mix)]
["." set]
["." array]]]
@@ -27,9 +27,9 @@
[number
["n" nat]]]
[time
- ["." instant (#+ Instant) ("#\." equivalence)]]
+ ["." instant {"+" [Instant]} ("#\." equivalence)]]
[type
- [abstract (#+ abstract: :representation :abstraction)]]]]
+ [abstract {"+" [abstract: :representation :abstraction]}]]]]
["." //])
(abstract: .public Concern