aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/cache.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/cache.lux')
-rw-r--r--stdlib/source/test/aedifex/cache.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/test/aedifex/cache.lux b/stdlib/source/test/aedifex/cache.lux
index 0390e441d..748af575a 100644
--- a/stdlib/source/test/aedifex/cache.lux
+++ b/stdlib/source/test/aedifex/cache.lux
@@ -1,25 +1,25 @@
(.module:
[library
- [lux (#- Type type)
- ["_" test (#+ Test)]
+ [lux {"-" [Type type]}
+ ["_" test {"+" [Test]}]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
["." try]
[concurrency
- ["." async (#+ Async)]]
+ ["." async {"+" [Async]}]]
[parser
["." environment]]]
[data
- [binary (#+ Binary)]
+ [binary {"+" [Binary]}]
["." text]
[format
- [xml (#+ XML)]]
+ [xml {"+" [XML]}]]
[collection
["." set]
["." dictionary]]]
[math
- ["." random (#+ Random) ("#\." monad)]
+ ["." random {"+" [Random]} ("#\." monad)]
[number
["n" nat]]]
[world
@@ -34,15 +34,15 @@
["_." binary]]]]]
[\\program
["." /
- ["/#" // #_
- ["#" profile (#+ Profile)]
- ["#." package (#+ Package)]
+ ["/#" // "_"
+ ["#" profile {"+" [Profile]}]
+ ["#." package {"+" [Package]}]
["#." pom]
- ["#." dependency (#+ Dependency)
- ["#/." resolution (#+ Resolution)]]
- ["#." artifact (#+ Artifact)
- ["#/." type (#+ Type)]]
- ["#." repository #_
+ ["#." dependency {"+" [Dependency]}
+ ["#/." resolution {"+" [Resolution]}]]
+ ["#." artifact {"+" [Artifact]}
+ ["#/." type {"+" [Type]}]]
+ ["#." repository "_"
["#/." origin]]]]])
(def: type