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.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/program/aedifex.lux') diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux index 734a31c7c..72473bbe9 100644 --- a/stdlib/source/program/aedifex.lux +++ b/stdlib/source/program/aedifex.lux @@ -9,7 +9,7 @@ ["[0]" io (.only IO)] ["[0]" maybe] ["[0]" try (.only Try) (.use "[1]#[0]" functor)] - ["[0]" exception (.only exception:)] + ["[0]" exception (.only exception)] [parser [environment (.only Environment)]] [concurrency @@ -96,8 +96,8 @@ (in {try.#Failure ""})))] (in output))) -(exception: (cannot_find_repository [repository Text - options (Dictionary Text Address)]) +(exception (cannot_find_repository [repository Text + options (Dictionary Text Address)]) (exception.report "Repository" (%.text repository) "Options" (exception.listing (function (_ [name repo]) @@ -128,7 +128,7 @@ (..fail! error)))) (at io.monad in []))) -(exception: .public invalid_operation) +(exception .public invalid_operation) (`` (def write_only (Console IO) -- cgit v1.2.3