diff options
author | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-02 13:56:01 -0400 |
commit | 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (patch) | |
tree | 86bc717f0afb31042c7fc25d22a15eba6826a7ad /stdlib/source/test/aedifex/artifact/snapshot | |
parent | 6d1dcfd9125b891b3425dd6fe27a91bdc959891e (diff) |
Extensible import syntax [Part 3]
Diffstat (limited to '')
6 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/aedifex/artifact/snapshot.lux b/stdlib/source/test/aedifex/artifact/snapshot.lux index b09095646..adfb1efc8 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/build.lux b/stdlib/source/test/aedifex/artifact/snapshot/build.lux index 8a722c72a..a9435d710 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/build.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/build.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux b/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux index 54aa5d8af..92034c73f 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/stamp.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/time.lux b/stdlib/source/test/aedifex/artifact/snapshot/time.lux index 1e40d43d7..e56495624 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/time.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/time.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/version.lux b/stdlib/source/test/aedifex/artifact/snapshot/version.lux index 951e78380..59860fec4 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/version.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/version.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] diff --git a/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux b/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux index 511abf693..e157ff361 100644 --- a/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux +++ b/stdlib/source/test/aedifex/artifact/snapshot/version/value.lux @@ -1,6 +1,6 @@ (.using [library - [lux "*" + [lux (.full) ["_" test (.only Test)] [abstract [monad (.only do)] |