aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/locale.lux31
1 files changed, 16 insertions, 15 deletions
diff --git a/stdlib/source/test/lux/locale.lux b/stdlib/source/test/lux/locale.lux
index a7949a62b..54b29cff7 100644
--- a/stdlib/source/test/lux/locale.lux
+++ b/stdlib/source/test/lux/locale.lux
@@ -1,22 +1,23 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [monad (#+ do)]
- [\spec
- ["$." equivalence]
- ["$." hash]]]
- [math
- ["." random (#+ Random) ("#\." monad)]]
- [data
- ["." text ("#\." equivalence)
- ["." encoding (#+ Encoding)]]
- [collection
- ["." list]]]]
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [monad (#+ do)]
+ [\\spec
+ ["$." equivalence]
+ ["$." hash]]]
+ [math
+ ["." random (#+ Random) ("#\." monad)]]
+ [data
+ ["." text ("#\." equivalence)
+ ["." encoding (#+ Encoding)]]
+ [collection
+ ["." list]]]]]
["." / #_
["#." language]
["#." territory]]
- [\\
+ [\\library
["." /
["." language (#+ Language)]
["." territory (#+ Territory)]]])