aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r--stdlib/source/program/compositor.lux44
1 files changed, 22 insertions, 22 deletions
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]])