aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/locale.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/locale.lux b/stdlib/source/library/lux/locale.lux
index 0d5117c48..3805cbc74 100644
--- a/stdlib/source/library/lux/locale.lux
+++ b/stdlib/source/library/lux/locale.lux
@@ -38,9 +38,9 @@
(def: .public hash
(Hash Locale)
- (# hash.functor each ..code text.hash))
+ (at hash.functor each ..code text.hash))
(def: .public equivalence
(Equivalence Locale)
- (# ..hash equivalence))
+ (at ..hash equivalence))
)