aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-03 20:02:46 -0400
committerEduardo Julian2022-06-03 20:02:46 -0400
commit3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (patch)
tree9dde4f6cb8f16829b2fa43fbccffaa1b3e2659bd /stdlib/source/program/compositor.lux
parent0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff)
Extensible import syntax [Part 4]
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r--stdlib/source/program/compositor.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 101240349..bcc771965 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -15,13 +15,13 @@
[data
[binary (.only Binary)]
["[0]" product]
- ["[0]" text
+ ["[0]" text (.only)
["%" format (.only format)]]
[collection
["[0]" dictionary (.only Dictionary)]]]
[time
["[0]" instant]]
- ["[0]" world "_"
+ ["[0]" world
["[0]" file]
["[0]" console]
["[1]/[0]" program]]
@@ -31,7 +31,7 @@
[default
["[0]" platform (.only Platform)]]
[language
- ["$" lux
+ ["$" lux (.only)
["[1]/[0]" program (.only Program)]
["[0]" syntax]
["[0]" generation]
@@ -46,7 +46,7 @@
["[0]" cli (.only Service)]
["[0]" import]
["[0]" export]
- ["[0]" cache "_"
+ ["[0]" cache
["[1]" archive]]
[archive (.only Archive)
["[0]" unit]