aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file/watch.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 00:38:20 -0400
committerEduardo Julian2022-06-12 00:38:20 -0400
commitb48ea68a83d01903554c7696c77eedaaf1035680 (patch)
treec342d8094c3158de16526f874ca9624418cd2dd2 /stdlib/source/library/lux/world/file/watch.lux
parent7abf2d0ac55c229a8793bbff31f132596ffcb275 (diff)
De-sigil-ification: suffix : [Part 3]
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/file/watch.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/world/file/watch.lux b/stdlib/source/library/lux/world/file/watch.lux
index 5b23bf373..9ae49eb74 100644
--- a/stdlib/source/library/lux/world/file/watch.lux
+++ b/stdlib/source/library/lux/world/file/watch.lux
@@ -45,7 +45,7 @@
#modification false
#deletion false]))
- (template [<concern> <predicate> <event> <create> <modify> <delete>]
+ (with_template [<concern> <predicate> <event> <create> <modify> <delete>]
[(def: .public <concern>
Concern
(abstraction
@@ -92,7 +92,7 @@
(is (-> [] (! (Try (List [Concern //.Path]))))
poll)))
-(template [<name>]
+(with_template [<name>]
[(exception: .public (<name> [path //.Path])
(exception.report
"Path" (%.text path)))]