aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata/snapshot.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-03 20:02:46 -0400
committerEduardo Julian2022-06-03 20:02:46 -0400
commit3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (patch)
tree9dde4f6cb8f16829b2fa43fbccffaa1b3e2659bd /stdlib/source/program/aedifex/metadata/snapshot.lux
parent0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff)
Extensible import syntax [Part 4]
Diffstat (limited to 'stdlib/source/program/aedifex/metadata/snapshot.lux')
-rw-r--r--stdlib/source/program/aedifex/metadata/snapshot.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux
index deb58391e..1e0879467 100644
--- a/stdlib/source/program/aedifex/metadata/snapshot.lux
+++ b/stdlib/source/program/aedifex/metadata/snapshot.lux
@@ -8,14 +8,14 @@
["[0]" pipe]
["[0]" try (.only Try)]
["[0]" exception (.only exception:)]
- ["<>" parser
+ ["<>" parser (.only)
["<[0]>" xml (.only Parser)]
["<[0]>" text]]
[concurrency
["[0]" async (.only Async)]]]
[data
["[0]" product]
- ["[0]" text
+ ["[0]" text (.only)
["%" format]
[encoding
["[0]" utf8]]]
@@ -34,14 +34,14 @@
[world
[net
["[0]" uri (.only URI)]]]]]
- ["[0]" //
- ["/[1]" // "_"
+ ["[0]" // (.only)
+ ["/[1]" //
[repository (.only Repository)]
["[1][0]" artifact (.only Group Name Version Artifact)
["[1]/[0]" time]
["[1]/[0]" type (.only Type)]
["[1]/[0]" versioning (.only Versioning)]
- ["[1]/[0]" snapshot
+ ["[1]/[0]" snapshot (.only)
["[1]/[0]" version]
["[1]/[0]" stamp]]]]])