aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/export.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor/export.lux')
-rw-r--r--stdlib/source/program/compositor/export.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor/export.lux b/stdlib/source/program/compositor/export.lux
index 64cb95955..054de3741 100644
--- a/stdlib/source/program/compositor/export.lux
+++ b/stdlib/source/program/compositor/export.lux
@@ -12,7 +12,7 @@
["%" format {"+" format}]]
[collection
["[0]" dictionary]
- ["[0]" row]]
+ ["[0]" sequence]]
[format
["[0]" binary]
["[0]" tar]]]
@@ -59,7 +59,7 @@
tar.read_by_other)
..no_ownership
source_code]}))))
- (# try.monad each row.of_list)
+ (# try.monad each sequence.of_list)
(# async.monad in))))
(def: .public (export fs [sources target])