From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- .../source/program/aedifex/metadata/snapshot.lux | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stdlib/source/program/aedifex/metadata/snapshot.lux') diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux index 6f8ceb41c..53f5faee0 100644 --- a/stdlib/source/program/aedifex/metadata/snapshot.lux +++ b/stdlib/source/program/aedifex/metadata/snapshot.lux @@ -6,44 +6,44 @@ [equivalence {"+" [Equivalence]}]] [control [pipe {"+" [do> case>]}] - ["." try {"+" [Try]}] - ["." exception {"+" [exception:]}] + ["[0]" try {"+" [Try]}] + ["[0]" exception {"+" [exception:]}] ["<>" parser - ["<.>" xml {"+" [Parser]}] - ["<.>" text]] + ["<[0]>" xml {"+" [Parser]}] + ["<[0]>" text]] [concurrency - ["." async {"+" [Async]}]]] + ["[0]" async {"+" [Async]}]]] [data - ["." product] - ["." text + ["[0]" product] + ["[0]" text ["%" format] [encoding - ["." utf8]]] + ["[0]" utf8]]] [format - ["." xml {"+" [XML]}]] + ["[0]" xml {"+" [XML]}]] [collection - ["." list ("#\." functor)]]] + ["[0]" list ("[1]\[0]" functor)]]] [math [number ["n" nat]]] - ["." time {"+" [Time]} - ["." instant {"+" [Instant]}] - ["." date {"+" [Date]}] - ["." year] - ["." month]] + ["[0]" time {"+" [Time]} + ["[0]" instant {"+" [Instant]}] + ["[0]" date {"+" [Date]}] + ["[0]" year] + ["[0]" month]] [world [net - ["." uri {"+" [URI]}]]]]] - ["." // - ["/#" // "_" + ["[0]" uri {"+" [URI]}]]]]] + ["[0]" // + ["/[1]" // "_" [repository {"+" [Repository]}] - ["#." artifact {"+" [Group Name Version Artifact]} - ["#/." time] - ["#/." type {"+" [Type]}] - ["#/." versioning {"+" [Versioning]}] - ["#/." snapshot - ["#/." version] - ["#/." stamp]]]]]) + ["[1][0]" artifact {"+" [Group Name Version Artifact]} + ["[1]/[0]" time] + ["[1]/[0]" type {"+" [Type]}] + ["[1]/[0]" versioning {"+" [Versioning]}] + ["[1]/[0]" snapshot + ["[1]/[0]" version] + ["[1]/[0]" stamp]]]]]) (type: .public Metadata (Record -- cgit v1.2.3