From 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Jun 2022 20:02:46 -0400 Subject: Extensible import syntax [Part 4] --- stdlib/source/program/compositor.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/program/compositor.lux') 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] -- cgit v1.2.3