aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/artifact.lux')
-rw-r--r--stdlib/source/test/aedifex/artifact.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/aedifex/artifact.lux b/stdlib/source/test/aedifex/artifact.lux
index da1941245..d1ecac072 100644
--- a/stdlib/source/test/aedifex/artifact.lux
+++ b/stdlib/source/test/aedifex/artifact.lux
@@ -1,10 +1,10 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [monad (#+ do)]
- [hash (#+ Hash)]
+ [monad {"+" [do]}]
+ [hash {"+" [Hash]}]
[\\specification
["$." equivalence]
["$." order]
@@ -12,12 +12,12 @@
[data
["." text ("#\." equivalence)]]
[math
- ["." random (#+ Random)]]
+ ["." random {"+" [Random]}]]
[world
["." file]
[net
["." uri]]]]]
- ["." / #_
+ ["." / "_"
["#." extension]
["#." snapshot]
["#." time]