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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux
index 0b2ae94fe..a5279d324 100644
--- a/stdlib/source/library/lux/world/file/watch.lux
+++ b/stdlib/source/library/lux/world/file/watch.lux
@@ -81,7 +81,7 @@
))
)
-(type: .public (Watcher !)
+(type .public (Watcher !)
(Interface
(is (-> Concern //.Path (! (Try Any)))
start)
@@ -101,10 +101,10 @@
[cannot_poll_a_non_existent_directory]
)
-(type: File_Tracker
+(type File_Tracker
(Dictionary //.Path Instant))
-(type: Directory_Tracker
+(type Directory_Tracker
(Dictionary //.Path [Concern File_Tracker]))
(def (update_watch! new_concern path tracker)
@@ -357,7 +357,7 @@
(new [java/lang/String])
(toPath [] java/nio/file/Path))
- (type: Watch_Event
+ (type Watch_Event
(java/nio/file/WatchEvent$Kind java/lang/Object))
(def (default_start watch_events watcher path)