aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/meta/type/resource.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/meta/type/resource.lux b/stdlib/source/library/lux/meta/type/resource.lux
index 3e652b8b9..7b1a83195 100644
--- a/stdlib/source/library/lux/meta/type/resource.lux
+++ b/stdlib/source/library/lux/meta/type/resource.lux
@@ -130,7 +130,7 @@
(def .public exchange
(syntax (_ [swaps ..indices])
(macro.with_symbols [g!_ g!context g!!]
- (case swaps
+ (when swaps
{.#End}
(in (list (` ..no_op)))