diff options
author | Eduardo Julian | 2022-06-02 01:45:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-02 01:45:57 -0400 |
commit | 6d1dcfd9125b891b3425dd6fe27a91bdc959891e (patch) | |
tree | 79df3d8dd22e5db4157967c517dc55ec5fdc916a /stdlib/source/program/aedifex/artifact/snapshot | |
parent | 5d44577c3849a045052dc1c9f0dd7deddd032120 (diff) |
Extensible import syntax [Part 2]
Diffstat (limited to 'stdlib/source/program/aedifex/artifact/snapshot')
-rw-r--r-- | stdlib/source/program/aedifex/artifact/snapshot/version.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/artifact/snapshot/version.lux b/stdlib/source/program/aedifex/artifact/snapshot/version.lux index e2c677c42..d027bf8e8 100644 --- a/stdlib/source/program/aedifex/artifact/snapshot/version.lux +++ b/stdlib/source/program/aedifex/artifact/snapshot/version.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" Type} + [lux (.except Type) [abstract [equivalence (.only Equivalence)] [monad (.only do)]] |