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 239341e5d..ade242f57 100644
--- a/stdlib/source/program/compositor/export.lux
+++ b/stdlib/source/program/compositor/export.lux
@@ -39,7 +39,7 @@
{#tar.user commons
#tar.group commons}))
-(def: #export (library fs sources)
+(def: .public (library fs sources)
(-> (file.System Async) (List Source) (Async (Try tar.Tar)))
(do (try.with async.monad)
[files (io.listing fs sources)]
@@ -62,7 +62,7 @@
(\ try.monad map row.of_list)
(\ async.monad in))))
-(def: #export (export fs [sources target])
+(def: .public (export fs [sources target])
(-> (file.System Async) Export (Async (Try Any)))
(do {! (try.with async.monad)}
[tar (\ ! map (binary.run tar.writer)