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/metadata | |
parent | 5d44577c3849a045052dc1c9f0dd7deddd032120 (diff) |
Extensible import syntax [Part 2]
Diffstat (limited to 'stdlib/source/program/aedifex/metadata')
-rw-r--r-- | stdlib/source/program/aedifex/metadata/snapshot.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux index b53d741e6..deb58391e 100644 --- a/stdlib/source/program/aedifex/metadata/snapshot.lux +++ b/stdlib/source/program/aedifex/metadata/snapshot.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" Type} + [lux (.except Type) [abstract [monad (.only do)] [equivalence (.only Equivalence)]] |