From 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 2 Jun 2022 13:56:01 -0400 Subject: Extensible import syntax [Part 3] --- stdlib/source/program/aedifex/command/deploy/release.lux | 2 +- stdlib/source/program/aedifex/command/deploy/snapshot.lux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/aedifex/command/deploy') diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux index 51f07d66a..dcda6536d 100644 --- a/stdlib/source/program/aedifex/command/deploy/release.lux +++ b/stdlib/source/program/aedifex/command/deploy/release.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["[0]" ffi (.only import:)] [abstract [predicate (.only Predicate)] diff --git a/stdlib/source/program/aedifex/command/deploy/snapshot.lux b/stdlib/source/program/aedifex/command/deploy/snapshot.lux index dc165a8ad..9e0f0f73c 100644 --- a/stdlib/source/program/aedifex/command/deploy/snapshot.lux +++ b/stdlib/source/program/aedifex/command/deploy/snapshot.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) [abstract [monad (.only do)] [predicate (.only Predicate)]] -- cgit v1.2.3