aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/archive
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/library/lux/tool/compiler/meta/archive
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive.lux42
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/artifact.lux16
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/descriptor.lux6
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/document.lux12
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/signature.lux10
5 files changed, 43 insertions, 43 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive.lux b/stdlib/source/library/lux/tool/compiler/meta/archive.lux
index 55f1bd5c0..96a8683de 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive.lux
@@ -2,39 +2,39 @@
[library
[lux {"-" [Module]}
[abstract
- ["." equivalence {"+" [Equivalence]}]
- ["." monad {"+" [do]}]]
+ ["[0]" equivalence {"+" [Equivalence]}]
+ ["[0]" monad {"+" [do]}]]
[control
- ["." try {"+" [Try]}]
- ["." exception {"+" [exception:]}]
- ["." function]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception {"+" [exception:]}]
+ ["[0]" function]
["<>" parser
- ["<.>" binary {"+" [Parser]}]]]
+ ["<[0]>" binary {"+" [Parser]}]]]
[data
[binary {"+" [Binary]}]
- ["." bit]
- ["." product]
- ["." name]
- ["." text
+ ["[0]" bit]
+ ["[0]" product]
+ ["[0]" name]
+ ["[0]" text
["%" format {"+" [format]}]]
[format
- ["." binary {"+" [Writer]}]]
+ ["[0]" binary {"+" [Writer]}]]
[collection
- ["." list ("#\." functor mix)]
- ["." dictionary {"+" [Dictionary]}]
- ["." set]
- ["." row {"+" [Row]}]]]
+ ["[0]" list ("[1]\[0]" functor mix)]
+ ["[0]" dictionary {"+" [Dictionary]}]
+ ["[0]" set]
+ ["[0]" row {"+" [Row]}]]]
[math
[number
- ["n" nat ("#\." equivalence)]]]
+ ["n" nat ("[1]\[0]" equivalence)]]]
[type
abstract]]]
[/
- ["." artifact]
- ["." signature {"+" [Signature]}]
- ["." key {"+" [Key]}]
- ["." descriptor {"+" [Module Descriptor]}]
- ["." document {"+" [Document]}]
+ ["[0]" artifact]
+ ["[0]" signature {"+" [Signature]}]
+ ["[0]" key {"+" [Key]}]
+ ["[0]" descriptor {"+" [Module Descriptor]}]
+ ["[0]" document {"+" [Document]}]
[///
[version {"+" [Version]}]]])
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive/artifact.lux b/stdlib/source/library/lux/tool/compiler/meta/archive/artifact.lux
index 37a3109c0..e0bb8536f 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive/artifact.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive/artifact.lux
@@ -5,19 +5,19 @@
[monad {"+" [do]}]]
[control
[pipe {"+" [case>]}]
- ["." exception {"+" [exception:]}]
+ ["[0]" exception {"+" [exception:]}]
["<>" parser
- ["<.>" binary {"+" [Parser]}]]]
+ ["<[0]>" binary {"+" [Parser]}]]]
[data
- ["." product]
- ["." text
+ ["[0]" product]
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." list]
- ["." row {"+" [Row]} ("#\." functor mix)]
- ["." dictionary {"+" [Dictionary]}]]
+ ["[0]" list]
+ ["[0]" row {"+" [Row]} ("[1]\[0]" functor mix)]
+ ["[0]" dictionary {"+" [Dictionary]}]]
[format
- ["." binary {"+" [Writer]}]]]
+ ["[0]" binary {"+" [Writer]}]]]
[type
abstract]]])
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive/descriptor.lux b/stdlib/source/library/lux/tool/compiler/meta/archive/descriptor.lux
index 28fedf1b7..e45c69fa2 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive/descriptor.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive/descriptor.lux
@@ -5,15 +5,15 @@
["<>" parser
["<b>" binary {"+" [Parser]}]]]
[data
- ["." text]
+ ["[0]" text]
[collection
[set {"+" [Set]}]]
[format
- ["." binary {"+" [Writer]}]]]
+ ["[0]" binary {"+" [Writer]}]]]
[world
[file {"+" [Path]}]]]]
[//
- ["." artifact {"+" [Registry]}]])
+ ["[0]" artifact {"+" [Registry]}]])
(type: .public Module
Text)
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux b/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
index ce7ebd327..6e56f7f8b 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
@@ -4,20 +4,20 @@
[abstract
[monad {"+" [do]}]]
[control
- ["." try {"+" [Try]}]
- ["." exception {"+" [exception:]}]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception {"+" [exception:]}]
["<>" parser
[binary {"+" [Parser]}]]]
[data
[collection
- ["." dictionary {"+" [Dictionary]}]]
+ ["[0]" dictionary {"+" [Dictionary]}]]
[format
- ["." binary {"+" [Writer]}]]]
+ ["[0]" binary {"+" [Writer]}]]]
[type {"+" [:sharing]}
abstract]]]
[//
- ["." signature {"+" [Signature]}]
- ["." key {"+" [Key]}]
+ ["[0]" signature {"+" [Signature]}]
+ ["[0]" key {"+" [Key]}]
[descriptor {"+" [Module]}]])
(exception: .public (invalid_signature {expected Signature} {actual Signature})
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]}]])