aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/locale.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-02 13:56:01 -0400
committerEduardo Julian2022-06-02 13:56:01 -0400
commit0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (patch)
tree86bc717f0afb31042c7fc25d22a15eba6826a7ad /stdlib/source/library/lux/locale.lux
parent6d1dcfd9125b891b3425dd6fe27a91bdc959891e (diff)
Extensible import syntax [Part 3]
Diffstat (limited to 'stdlib/source/library/lux/locale.lux')
-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 92834611d..2f3a6f1cf 100644
--- a/stdlib/source/library/lux/locale.lux
+++ b/stdlib/source/library/lux/locale.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux "*"
+ [lux (.full)
[abstract
[equivalence (.only Equivalence)]
["[0]" hash (.only Hash)]]
@@ -11,7 +11,7 @@
["%" format (.only format)]
["[0]" encoding (.only Encoding)]]]
[type
- [primitive "*"]]]]
+ [primitive (.full)]]]]
[/
["[0]" language (.only Language)]
["[0]" territory (.only Territory)]])