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.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/locale.lux b/stdlib/source/library/lux/locale.lux
index ac8c05384..53b363c45 100644
--- a/stdlib/source/library/lux/locale.lux
+++ b/stdlib/source/library/lux/locale.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [equivalence (#+ Equivalence)]
- ["." hash (#+ Hash)]]
+ [equivalence {"+" [Equivalence]}]
+ ["." hash {"+" [Hash]}]]
[control
["." maybe ("#\." functor)]]
[data
["." text
- ["%" format (#+ format)]
- ["." encoding (#+ Encoding)]]]
+ ["%" format {"+" [format]}]
+ ["." encoding {"+" [Encoding]}]]]
[type
abstract]]]
[/
- ["." language (#+ Language)]
- ["." territory (#+ Territory)]])
+ ["." language {"+" [Language]}]
+ ["." territory {"+" [Territory]}]])
(abstract: .public Locale
{}