aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor')
-rw-r--r--stdlib/source/program/compositor/export.lux4
-rw-r--r--stdlib/source/program/compositor/import.lux4
2 files changed, 4 insertions, 4 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])
diff --git a/stdlib/source/program/compositor/import.lux b/stdlib/source/program/compositor/import.lux
index 04eb93e6e..fce2c29e2 100644
--- a/stdlib/source/program/compositor/import.lux
+++ b/stdlib/source/program/compositor/import.lux
@@ -16,7 +16,7 @@
["%" format {"+" format}]]
[collection
["[0]" dictionary {"+" Dictionary}]
- ["[0]" row]]
+ ["[0]" sequence]]
[format
["[0]" tar]]]
[tool
@@ -51,7 +51,7 @@
(# ! each (let [! try.monad]
(|>> (# ! each (<binary>.result tar.parser))
(# ! conjoint)
- (# ! each (|>> row.list
+ (# ! each (|>> sequence.list
(monad.mix ! (function (_ entry import)
(case entry
{tar.#Normal [path instant mode ownership content]}