aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux b/stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux
index acfedec58..2ad3b7b96 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux
@@ -7,15 +7,15 @@
["<>" parser
["<b>" binary {"+" [Parser]}]]]
[data
- ["." product]
- ["." name]
- ["." text
+ ["[0]" product]
+ ["[0]" name]
+ ["[0]" text
["%" format {"+" [format]}]]
[format
- ["." binary {"+" [Writer]}]]]
+ ["[0]" binary {"+" [Writer]}]]]
[math
[number
- ["." nat]]]]]
+ ["[0]" nat]]]]]
[////
[version {"+" [Version]}]])