aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/format.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/format.lux')
-rw-r--r--stdlib/source/program/aedifex/format.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/program/aedifex/format.lux b/stdlib/source/program/aedifex/format.lux
index 93eca461f..af03bf827 100644
--- a/stdlib/source/program/aedifex/format.lux
+++ b/stdlib/source/program/aedifex/format.lux
@@ -1,21 +1,21 @@
(.module:
[library
- [lux #*
+ [lux "*"
[data
["." text ("#\." equivalence)]
[collection
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." list ("#\." monad)]
- ["." set (#+ Set)]]]
+ ["." set {"+" [Set]}]]]
[macro
["." code]
["." template]]]]
- ["." // #_
+ ["." // "_"
["/" profile]
- ["#." runtime (#+ Runtime)]
- ["#." project (#+ Project)]
- ["#." dependency (#+ Dependency)]
- ["#." artifact (#+ Artifact)
+ ["#." runtime {"+" [Runtime]}]
+ ["#." project {"+" [Project]}]
+ ["#." dependency {"+" [Dependency]}]
+ ["#." artifact {"+" [Artifact]}
["#/." type]]])
(type: .public (Format a)