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.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux
index aee589f28..300267cf2 100644
--- a/stdlib/source/library/lux/world/file/watch.lux
+++ b/stdlib/source/library/lux/world/file/watch.lux
@@ -1,7 +1,6 @@
(.require
[library
[lux (.except all and)
- ["@" target]
["[0]" ffi (.only import)]
[abstract
["[0]" monad (.only do)]]
@@ -30,6 +29,7 @@
[time
["[0]" instant (.only Instant) (.use "[1]#[0]" equivalence)]]
[meta
+ ["@" target]
[type
[primitive (.only primitive representation abstraction)]]]]]
["[0]" //])