aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/environment.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/environment.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/world/environment.lux b/stdlib/source/library/lux/world/environment.lux
index 2955c5343..dc055f98d 100644
--- a/stdlib/source/library/lux/world/environment.lux
+++ b/stdlib/source/library/lux/world/environment.lux
@@ -22,9 +22,9 @@
["[0]" dictionary (.only Dictionary)]
["[0]" list (.use "[1]#[0]" functor)]]]
["[0]" ffi (.only import)
- (.~~ (.for "JavaScript" (.~~ (.these ["[0]" node_js]))
- "{old}" (.~~ (.these ["node_js" //math]))
- (.~~ (.these))))]
+ (.,, (.for "JavaScript" (.,, (.these ["[0]" node_js]))
+ "{old}" (.,, (.these ["node_js" //math]))
+ (.,, (.these))))]
["[0]" macro (.only)
["[0]" template]]
[math
@@ -72,7 +72,7 @@
(`` (def .public (async environment)
(-> (Environment IO) (Environment Async))
(implementation
- (~~ (with_template [<method>]
+ (,, (with_template [<method>]
[(def <method>
(at environment <method>))]
@@ -80,7 +80,7 @@
[directory]
))
- (~~ (with_template [<method>]
+ (,, (with_template [<method>]
[(def <method>
(|>> (at environment <method>) async.future))]