aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/locale.lux
diff options
context:
space:
mode:
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 7b90f5386..d1c97493d 100644
--- a/stdlib/source/library/lux/locale.lux
+++ b/stdlib/source/library/lux/locale.lux
@@ -1,11 +1,11 @@
-(.using
+(.require
[library
[lux (.except)
[abstract
[equivalence (.only Equivalence)]
["[0]" hash (.only Hash)]]
[control
- ["[0]" maybe (.open: "[1]#[0]" functor)]]
+ ["[0]" maybe (.use "[1]#[0]" functor)]]
[data
["[0]" text (.only)
["%" \\format (.only format)]