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.lux40
1 files changed, 20 insertions, 20 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 840b06e2d..6e2ea94c0 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -1,24 +1,24 @@
(.module:
[library
- [lux {"-" [Module]}
- [type {"+" [:sharing]}]
+ [lux {"-" Module}
+ [type {"+" :sharing}]
["@" target]
["[0]" debug]
[abstract
- [monad {"+" [do]}]]
+ [monad {"+" do}]]
[control
- ["[0]" io {"+" [IO io]}]
- ["[0]" try {"+" [Try]}]
+ ["[0]" io {"+" IO io}]
+ ["[0]" try {"+" Try}]
[concurrency
- ["[0]" async {"+" [Async]} ("[1]#[0]" monad)]]]
+ ["[0]" async {"+" Async} ("[1]#[0]" monad)]]]
[data
- [binary {"+" [Binary]}]
+ [binary {"+" Binary}]
["[0]" product]
["[0]" text
- ["%" format {"+" [format]}]]
+ ["%" format {"+" format}]]
[collection
- ["[0]" dictionary {"+" [Dictionary]}]
- ["[0]" row {"+" [Row]}]]]
+ ["[0]" dictionary {"+" Dictionary}]
+ ["[0]" row {"+" Row}]]]
[time
["[0]" instant]]
["[0]" world "_"
@@ -30,21 +30,21 @@
[compiler
["[0]" phase]
[default
- ["[0]" platform {"+" [Platform]}]]
+ ["[0]" platform {"+" Platform}]]
[language
["$" lux
- ["[1]/[0]" program {"+" [Program]}]
+ ["[1]/[0]" program {"+" Program}]
["[0]" syntax]
["[0]" analysis
- [macro {"+" [Expander]}]]
- ["[0]" generation {"+" [Buffer Context]}]
+ [macro {"+" Expander}]]
+ ["[0]" generation {"+" Buffer Context}]
["[0]" directive]
[phase
- [extension {"+" [Extender]}]]]]
+ [extension {"+" Extender}]]]]
[meta
- [packager {"+" [Packager]}]
- [archive {"+" [Archive]}
- [descriptor {"+" [Module]}]]
+ [packager {"+" Packager}]
+ [archive {"+" Archive}
+ [descriptor {"+" Module}]]
[cache
["[0]" dependency]]
[io
@@ -52,8 +52,8 @@
... ["[0]" interpreter]
]]]
["[0]" / "_"
- ["[1][0]" cli {"+" [Service]}]
- ["[1][0]" static {"+" [Static]}]
+ ["[1][0]" cli {"+" Service}]
+ ["[1][0]" static {"+" Static}]
["[1][0]" export]
["[1][0]" import]])