aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/global.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta/global.lux')
-rw-r--r--stdlib/source/library/lux/meta/global.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/meta/global.lux b/stdlib/source/library/lux/meta/global.lux
index e26d50afd..4f86381a7 100644
--- a/stdlib/source/library/lux/meta/global.lux
+++ b/stdlib/source/library/lux/meta/global.lux
@@ -34,7 +34,7 @@
(|> (do maybe.monad
[global (property.value short (the .#definitions module))]
(in (revised .#definitions
- (|>> (property.has short {.#Alias [here local]})
+ (|>> (property.has short [false {.#Alias [here local]}])
(property.has hidden global))
module)))
(maybe.else module))))))