aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/parser.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/parser.lux')
-rw-r--r--stdlib/source/program/aedifex/parser.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/program/aedifex/parser.lux b/stdlib/source/program/aedifex/parser.lux
index 5cc914193..573b12ded 100644
--- a/stdlib/source/program/aedifex/parser.lux
+++ b/stdlib/source/program/aedifex/parser.lux
@@ -2,36 +2,36 @@
[library
[lux {"-" Module type}
[abstract
- [monad {"+" do}]]
+ [monad (.only do)]]
[control
["[0]" maybe]
["<>" parser ("[1]#[0]" functor)
- ["<[0]>" code {"+" Parser}]]]
+ ["<[0]>" code (.only Parser)]]]
[data
["[0]" text]
[collection
- ["[0]" set {"+" Set}]
- ["[0]" dictionary {"+" Dictionary}
- ["[0]" plist {"+" PList}]]]]
+ ["[0]" set (.only Set)]
+ ["[0]" dictionary (.only Dictionary)
+ ["[0]" plist (.only PList)]]]]
[tool
[compiler
[meta
[cli
- [compiler {"+" Compiler}]]
+ [compiler (.only Compiler)]]
[archive
[module
- [descriptor {"+" Module}]]]]]]
+ [descriptor (.only Module)]]]]]]
[world
- [net {"+" URL}]]]]
+ [net (.only URL)]]]]
["[0]" // "_"
["/" profile]
- ["[1][0]" runtime {"+" Runtime}]
- ["[1][0]" project {"+" Project}]
+ ["[1][0]" runtime (.only Runtime)]
+ ["[1][0]" project (.only Project)]
["[1][0]" dependency]
["[1][0]" format]
["[1][0]" repository "_"
["[1]" remote]]
- ["[1][0]" artifact {"+" Artifact}
+ ["[1][0]" artifact (.only Artifact)
["[1]/[0]" type]]])
(def: (singular input tag parser)