aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact/snapshot/version.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/artifact/snapshot/version.lux')
-rw-r--r--stdlib/source/program/aedifex/artifact/snapshot/version.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/program/aedifex/artifact/snapshot/version.lux b/stdlib/source/program/aedifex/artifact/snapshot/version.lux
index 821d3d2c5..ff3017838 100644
--- a/stdlib/source/program/aedifex/artifact/snapshot/version.lux
+++ b/stdlib/source/program/aedifex/artifact/snapshot/version.lux
@@ -1,21 +1,21 @@
(.module:
[library
- [lux (#- Type)
+ [lux {"-" [Type]}
[abstract
- [equivalence (#+ Equivalence)]
- [monad (#+ do)]]
+ [equivalence {"+" [Equivalence]}]
+ [monad {"+" [do]}]]
[control
["<>" parser
- ["<.>" xml (#+ Parser)]
+ ["<.>" xml {"+" [Parser]}]
["<.>" text]]]
[data
["." product]
["." text]
[format
- ["." xml (#+ XML)]]]]]
- ["." /// #_
- ["#." type (#+ Type)]
- ["#." time (#+ Time)]])
+ ["." xml {"+" [XML]}]]]]]
+ ["." /// "_"
+ ["#." type {"+" [Type]}]
+ ["#." time {"+" [Time]}]])
(type: .public Version
(Record