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/compositor | |
parent | 5d44577c3849a045052dc1c9f0dd7deddd032120 (diff) |
Extensible import syntax [Part 2]
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index b1af66672..101240349 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -1,6 +1,6 @@ (.using [library - [lux {"-" Module} + [lux (.except Module) [type (.only sharing)] ["@" target] ["[0]" debug] |