From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- stdlib/source/program/compositor.lux | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stdlib/source/program/compositor.lux') diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index bca81bd88..90e5534f9 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -1,27 +1,27 @@ (.module: [library - [lux (#- Module) - [type (#+ :sharing)] + [lux {"-" [Module]} + [type {"+" [:sharing]}] ["@" target] ["." debug] [abstract - [monad (#+ do)]] + [monad {"+" [do]}]] [control - ["." io (#+ IO io)] - ["." try (#+ Try)] + ["." io {"+" [IO io]}] + ["." try {"+" [Try]}] [concurrency - ["." async (#+ Async) ("#\." monad)]]] + ["." async {"+" [Async]} ("#\." monad)]]] [data - [binary (#+ Binary)] + [binary {"+" [Binary]}] ["." product] ["." text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection - ["." dictionary (#+ Dictionary)] - ["." row (#+ Row)]]] + ["." dictionary {"+" [Dictionary]}] + ["." row {"+" [Row]}]]] [time ["." instant]] - ["." world #_ + ["." world "_" ["." file] ["#/." program] ... ["." console] @@ -30,30 +30,30 @@ [compiler ["." phase] [default - ["." platform (#+ Platform)]] + ["." platform {"+" [Platform]}]] [language ["$" lux - ["#/." program (#+ Program)] + ["#/." program {"+" [Program]}] ["." syntax] ["." analysis - [macro (#+ Expander)]] - ["." generation (#+ Buffer Context)] + [macro {"+" [Expander]}]] + ["." generation {"+" [Buffer Context]}] ["." directive] [phase - [extension (#+ Extender)]]]] + [extension {"+" [Extender]}]]]] [meta - [packager (#+ Packager)] - [archive (#+ Archive) - [descriptor (#+ Module)]] + [packager {"+" [Packager]}] + [archive {"+" [Archive]} + [descriptor {"+" [Module]}]] [cache ["." dependency]] [io ["ioW" archive]]]] ... ["." interpreter] ]]] - ["." / #_ - ["#." cli (#+ Service)] - ["#." static (#+ Static)] + ["." / "_" + ["#." cli {"+" [Service]}] + ["#." static {"+" [Static]}] ["#." export] ["#." import]]) -- cgit v1.2.3