aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/compositor.lux54
-rw-r--r--stdlib/source/program/compositor/cli.lux2
-rw-r--r--stdlib/source/program/compositor/export.lux24
-rw-r--r--stdlib/source/program/compositor/import.lux20
4 files changed, 50 insertions, 50 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)
diff --git a/stdlib/source/program/compositor/cli.lux b/stdlib/source/program/compositor/cli.lux
index 58f36d8c8..487c3976f 100644
--- a/stdlib/source/program/compositor/cli.lux
+++ b/stdlib/source/program/compositor/cli.lux
@@ -4,7 +4,7 @@
[control
[pipe {"+" [case>]}]
["<>" parser
- ["." cli {"+" [Parser]}]]]
+ ["[0]" cli {"+" [Parser]}]]]
[tool
[compiler
[meta
diff --git a/stdlib/source/program/compositor/export.lux b/stdlib/source/program/compositor/export.lux
index e2d89879a..2fe3171e0 100644
--- a/stdlib/source/program/compositor/export.lux
+++ b/stdlib/source/program/compositor/export.lux
@@ -2,29 +2,29 @@
[library
[lux {"-" [Source]}
[abstract
- ["." monad {"+" [do]}]]
+ ["[0]" monad {"+" [do]}]]
[control
- ["." try {"+" [Try]}]
+ ["[0]" try {"+" [Try]}]
[concurrency
- ["." async {"+" [Async]}]]]
+ ["[0]" async {"+" [Async]}]]]
[data
- ["." text
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." dictionary]
- ["." row]]
+ ["[0]" dictionary]
+ ["[0]" row]]
[format
- ["." binary]
- ["." tar]]]
+ ["[0]" binary]
+ ["[0]" tar]]]
[time
- ["." instant]]
+ ["[0]" instant]]
[tool
[compiler
[meta
- ["." io "_"
- ["#" context {"+" [Extension]}]]]]]
+ ["[0]" io "_"
+ ["[1]" context {"+" [Extension]}]]]]]
[world
- ["." file]]]]
+ ["[0]" file]]]]
[//
[cli {"+" [Source Export]}]])
diff --git a/stdlib/source/program/compositor/import.lux b/stdlib/source/program/compositor/import.lux
index 72bc61d57..b15c95080 100644
--- a/stdlib/source/program/compositor/import.lux
+++ b/stdlib/source/program/compositor/import.lux
@@ -2,30 +2,30 @@
[library
[lux {"-" [Module]}
[abstract
- ["." monad {"+" [Monad do]}]]
+ ["[0]" monad {"+" [Monad do]}]]
[control
- ["." try {"+" [Try]}]
- ["." exception {"+" [exception:]}]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception {"+" [exception:]}]
[concurrency
- ["." async {"+" [Async]} ("#\." monad)]]
+ ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]]
["<>" parser
- ["<.>" binary]]]
+ ["<[0]>" binary]]]
[data
[binary {"+" [Binary]}]
- ["." text
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." dictionary {"+" [Dictionary]}]
- ["." row]]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" row]]
[format
- ["." tar]]]
+ ["[0]" tar]]]
[tool
[compiler
[meta
[archive
[descriptor {"+" [Module]}]]]]]
[world
- ["." file]]]]
+ ["[0]" file]]]]
[//
[cli {"+" [Library]}]])