aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-r/source/program.lux2
-rw-r--r--lux-ruby/source/program.lux2
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 3fa4acc3c..873d41a5e 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -550,7 +550,7 @@
(do io.monad
[[interpreter host] ..host]
(wrap [interpreter
- [platform.#&file_system (file.async file.default)
+ [platform.#file_system (file.async file.default)
platform.#host host
platform.#phase r.generate
platform.#runtime runtime.generate
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index 1e06e6664..43b261494 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -961,7 +961,7 @@
(IO (Platform Register _.Expression _.Statement))
(do io.monad
[host ..host]
- (in [platform.#&file_system (file.async file.default)
+ (in [platform.#file_system (file.async file.default)
platform.#host host
platform.#phase ruby.generate
platform.#runtime runtime.generate