aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/export.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/program/compositor/export.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
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]}]])