aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/cli.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/meta/cli.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/cli.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/cli.lux b/stdlib/source/library/lux/tool/compiler/meta/cli.lux
index 776ed07be..b88f23b0d 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/cli.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/cli.lux
@@ -2,12 +2,12 @@
[library
[lux {"-" Module Source}
[abstract
- [monad {"+" do}]
- [equivalence {"+" Equivalence}]]
+ [monad (.only do)]
+ [equivalence (.only Equivalence)]]
[control
["[0]" pipe]
["<>" parser
- ["<[0]>" cli {"+" Parser}]
+ ["<[0]>" cli (.only Parser)]
["<[0]>" text]]]
[data
["[0]" product]
@@ -18,10 +18,10 @@
[macro
["^" pattern]]
[math
- [number {"+" hex}]]
+ [number (.only hex)]]
[meta
["[0]" symbol]
- ["[0]" configuration {"+" Configuration}]]
+ ["[0]" configuration (.only Configuration)]]
[tool
[compiler
[meta
@@ -29,9 +29,9 @@
[module
["[0]" descriptor]]]]]]
[world
- [file {"+" Path}]]]]
+ [file (.only Path)]]]]
["[0]" / "_"
- ["[1][0]" compiler {"+" Compiler}]])
+ ["[1][0]" compiler (.only Compiler)]])
(type: .public Host_Dependency
Path)