aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/dependency.lux')
-rw-r--r--stdlib/source/program/aedifex/dependency.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/program/aedifex/dependency.lux b/stdlib/source/program/aedifex/dependency.lux
index b1e1ed875..bb75342c1 100644
--- a/stdlib/source/program/aedifex/dependency.lux
+++ b/stdlib/source/program/aedifex/dependency.lux
@@ -1,17 +1,17 @@
(.module:
[library
- [lux (#- Type)
+ [lux {"-" [Type]}
[abstract
- [equivalence (#+ Equivalence)]
- [order (#+ Order)]
- [hash (#+ Hash)]]
+ [equivalence {"+" [Equivalence]}]
+ [order {"+" [Order]}]
+ [hash {"+" [Hash]}]]
[data
["." product]
["." text ("#\." order)
- ["%" format (#+ format)]]]]]
- ["." // #_
- ["#" artifact (#+ Artifact) ("#\." order)
- [type (#+ Type)]]])
+ ["%" format {"+" [format]}]]]]]
+ ["." // "_"
+ ["#" artifact {"+" [Artifact]} ("#\." order)
+ [type {"+" [Type]}]]])
(type: .public Dependency
(Record