aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/locale.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/locale.lux')
-rw-r--r--stdlib/source/test/lux/locale.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/test/lux/locale.lux b/stdlib/source/test/lux/locale.lux
index 3c37647aa..90959d401 100644
--- a/stdlib/source/test/lux/locale.lux
+++ b/stdlib/source/test/lux/locale.lux
@@ -1,26 +1,26 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [monad (#+ do)]
+ [monad {"+" [do]}]
[\\specification
["$." equivalence]
["$." hash]]]
[math
- ["." random (#+ Random) ("#\." monad)]]
+ ["." random {"+" [Random]} ("#\." monad)]]
[data
["." text ("#\." equivalence)
- ["." encoding (#+ Encoding)]]
+ ["." encoding {"+" [Encoding]}]]
[collection
["." list]]]]]
- ["." / #_
+ ["." / "_"
["#." language]
["#." territory]]
[\\library
["." /
- ["." language (#+ Language)]
- ["." territory (#+ Territory)]]])
+ ["." language {"+" [Language]}]
+ ["." territory {"+" [Territory]}]]])
(def: random_language
(Random Language)