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