From c234d5d25331d6ed3b9455ce8c93ec4d34402f91 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Sep 2021 20:45:48 -0400 Subject: "Row" => "Sequence" --- stdlib/source/program/compositor/import.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/compositor/import.lux') 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 (.result tar.parser)) (# ! conjoint) - (# ! each (|>> row.list + (# ! each (|>> sequence.list (monad.mix ! (function (_ entry import) (case entry {tar.#Normal [path instant mode ownership content]} -- cgit v1.2.3