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