From 6d1dcfd9125b891b3425dd6fe27a91bdc959891e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 2 Jun 2022 01:45:57 -0400 Subject: Extensible import syntax [Part 2] --- stdlib/source/test/aedifex/cache.lux | 2 +- stdlib/source/test/aedifex/dependency/resolution.lux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/test/aedifex') diff --git a/stdlib/source/test/aedifex/cache.lux b/stdlib/source/test/aedifex/cache.lux index 8b2843709..ab035f0e8 100644 --- a/stdlib/source/test/aedifex/cache.lux +++ b/stdlib/source/test/aedifex/cache.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" Type type} + [lux (.except Type type) ["_" test (.only Test)] [abstract ["[0]" monad (.only do)]] diff --git a/stdlib/source/test/aedifex/dependency/resolution.lux b/stdlib/source/test/aedifex/dependency/resolution.lux index 2455043f4..e5bd1af47 100644 --- a/stdlib/source/test/aedifex/dependency/resolution.lux +++ b/stdlib/source/test/aedifex/dependency/resolution.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" all} + [lux (.except all) ["_" test (.only Test)] [abstract [monad (.only do)] -- cgit v1.2.3