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.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/program/compositor/export.lux b/stdlib/source/program/compositor/export.lux
index 1da80fc55..49169526d 100644
--- a/stdlib/source/program/compositor/export.lux
+++ b/stdlib/source/program/compositor/export.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux (#- Source)
+ [lux {"-" [Source]}
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
["." text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." dictionary]
["." row]]
@@ -21,12 +21,12 @@
[tool
[compiler
[meta
- ["." io #_
- ["#" context (#+ Extension)]]]]]
+ ["." io "_"
+ ["#" context {"+" [Extension]}]]]]]
[world
["." file]]]]
[//
- [cli (#+ Source Export)]])
+ [cli {"+" [Source Export]}]])
(def: file
"library.tar")