From 0d909187d5b9effcd08f533d50af7d29c0d6bfd8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 05:42:36 -0400 Subject: De-sigil-ification: $ --- .../program/aedifex/artifact/snapshot/version.lux | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'stdlib/source/program/aedifex/artifact/snapshot/version.lux') diff --git a/stdlib/source/program/aedifex/artifact/snapshot/version.lux b/stdlib/source/program/aedifex/artifact/snapshot/version.lux index 66923459c..e5053ed73 100644 --- a/stdlib/source/program/aedifex/artifact/snapshot/version.lux +++ b/stdlib/source/program/aedifex/artifact/snapshot/version.lux @@ -25,11 +25,11 @@ (def: .public equivalence (Equivalence Version) - ($_ product.equivalence - text.equivalence - text.equivalence - ///time.equivalence - )) + (all product.equivalence + text.equivalence + text.equivalence + ///time.equivalence + )) (template [ ] [(def: xml.Tag ["" ])] @@ -60,9 +60,9 @@ (def: .public parser (Parser Version) (<| (.node ..) - ($_ <>.and - (.somewhere (..text ..)) - (.somewhere (..text ..)) - (.somewhere (.then ///time.parser - (..text ..))) - ))) + (all <>.and + (.somewhere (..text ..)) + (.somewhere (..text ..)) + (.somewhere (.then ///time.parser + (..text ..))) + ))) -- cgit v1.2.3