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.lux54
1 files changed, 27 insertions, 27 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 0fbfeb6fb..48e296847 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -3,42 +3,42 @@
[lux {"-" [Module]}
[type {"+" [:sharing]}]
["@" target]
- ["." debug]
+ ["[0]" debug]
[abstract
[monad {"+" [do]}]]
[control
- ["." io {"+" [IO io]}]
- ["." try {"+" [Try]}]
+ ["[0]" io {"+" [IO io]}]
+ ["[0]" try {"+" [Try]}]
[concurrency
- ["." async {"+" [Async]} ("#\." monad)]]]
+ ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]]]
[data
[binary {"+" [Binary]}]
- ["." product]
- ["." text
+ ["[0]" product]
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." dictionary {"+" [Dictionary]}]
- ["." row {"+" [Row]}]]]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" row {"+" [Row]}]]]
[time
- ["." instant]]
- ["." world "_"
- ["." file]
- ["#/." program]
- ... ["." console]
+ ["[0]" instant]]
+ ["[0]" world "_"
+ ["[0]" file]
+ ["[1]/[0]" program]
+ ... ["[0]" console]
]
[tool
[compiler
- ["." phase]
+ ["[0]" phase]
[default
- ["." platform {"+" [Platform]}]]
+ ["[0]" platform {"+" [Platform]}]]
[language
["$" lux
- ["#/." program {"+" [Program]}]
- ["." syntax]
- ["." analysis
+ ["[1]/[0]" program {"+" [Program]}]
+ ["[0]" syntax]
+ ["[0]" analysis
[macro {"+" [Expander]}]]
- ["." generation {"+" [Buffer Context]}]
- ["." directive]
+ ["[0]" generation {"+" [Buffer Context]}]
+ ["[0]" directive]
[phase
[extension {"+" [Extender]}]]]]
[meta
@@ -46,16 +46,16 @@
[archive {"+" [Archive]}
[descriptor {"+" [Module]}]]
[cache
- ["." dependency]]
+ ["[0]" dependency]]
[io
["ioW" archive]]]]
- ... ["." interpreter]
+ ... ["[0]" interpreter]
]]]
- ["." / "_"
- ["#." cli {"+" [Service]}]
- ["#." static {"+" [Static]}]
- ["#." export]
- ["#." import]])
+ ["[0]" / "_"
+ ["[1][0]" cli {"+" [Service]}]
+ ["[1][0]" static {"+" [Static]}]
+ ["[1][0]" export]
+ ["[1][0]" import]])
(def: (or_crash! failure_description action)
(All (_ a)