aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file/watch.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/file/watch.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux
index d756ed11c..0b2ae94fe 100644
--- a/stdlib/source/library/lux/world/file/watch.lux
+++ b/stdlib/source/library/lux/world/file/watch.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[library
[lux (.except all)
["@" target]
@@ -20,14 +20,14 @@
["%" \\format (.only format)]]
[collection
["[0]" dictionary (.only Dictionary)]
- ["[0]" list (.open: "[1]#[0]" functor monoid mix)]
+ ["[0]" list (.use "[1]#[0]" functor monoid mix)]
["[0]" set]
["[0]" array]]]
[math
[number
["n" nat]]]
[time
- ["[0]" instant (.only Instant) (.open: "[1]#[0]" equivalence)]]
+ ["[0]" instant (.only Instant) (.use "[1]#[0]" equivalence)]]
[type
[primitive (.only primitive representation abstraction)]]]]
["[0]" //])