aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux6
-rw-r--r--stdlib/source/program/aedifex/command/test.lux5
2 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index 69b5f9e40..38738e400 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -19,14 +19,14 @@
["[0]" list (.use "[1]#[0]" functor mix)]
["[0]" dictionary (.only Dictionary)]
["[0]" set]]]
- [macro
- ["^" pattern]]
[math
[number (.only hex)
["n" nat]
["i" int]]]
[meta
- ["[0]" configuration]]
+ ["[0]" configuration]
+ [macro
+ ["^" pattern]]]
[tool
[compiler
[meta
diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux
index 21155222d..7acc3e8c9 100644
--- a/stdlib/source/program/aedifex/command/test.lux
+++ b/stdlib/source/program/aedifex/command/test.lux
@@ -10,11 +10,12 @@
[data
[collection
["[0]" dictionary]]]
- [macro
- ["^" pattern]]
[math
[number
["i" int]]]
+ [meta
+ [macro
+ ["^" pattern]]]
[world
["[0]" program (.only Program)]
["[0]" file]