From 716ca5377386ca87eded7dd514ccc17f8ed281c3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 26 Jun 2022 02:57:13 -0400 Subject: De-sigil-ification: suffix : [Part 16] --- stdlib/source/program/aedifex/dependency/resolution.lux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stdlib/source/program/aedifex/dependency/resolution.lux') diff --git a/stdlib/source/program/aedifex/dependency/resolution.lux b/stdlib/source/program/aedifex/dependency/resolution.lux index d8c46d98c..eaefb1831 100644 --- a/stdlib/source/program/aedifex/dependency/resolution.lux +++ b/stdlib/source/program/aedifex/dependency/resolution.lux @@ -12,7 +12,7 @@ [control ["[0]" maybe] ["[0]" try (.only Try) (.use "[1]#[0]" functor)] - ["[0]" exception (.only Exception exception:)] + ["[0]" exception (.only Exception exception)] [concurrency ["[0]" async (.only Async)]]] [data @@ -58,9 +58,9 @@ ["[1]/[0]" snapshot]]]]) (with_template [] - [(exception: .public ( [artifact Artifact - extension Extension - hash Text]) + [(exception .public ( [artifact Artifact + extension Extension + hash Text]) (exception.report "Artifact" (///artifact.format artifact) "Extension" (%.text extension) @@ -154,7 +154,7 @@ (Equivalence Resolution) (dictionary.equivalence ///package.equivalence)) -(exception: .public (cannot_resolve [dependency Dependency]) +(exception .public (cannot_resolve [dependency Dependency]) (exception.report "Artifact" (%.text (///artifact.format (the //.#artifact dependency))) "Type" (%.text (the //.#type dependency)))) -- cgit v1.2.3