aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/specification/compositor.lux')
-rw-r--r--stdlib/source/specification/compositor.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/specification/compositor.lux b/stdlib/source/specification/compositor.lux
index 7afe706c1..f6fb3f280 100644
--- a/stdlib/source/specification/compositor.lux
+++ b/stdlib/source/specification/compositor.lux
@@ -14,7 +14,7 @@
["[0]" declaration]
[phase
[macro (.only Expander)]
- [generation (.only Bundle)]]
+ [translation (.only Bundle)]]
[default
[platform (.only Platform)]]]]
[test
@@ -23,7 +23,7 @@
["[1][0]" common (.only Runner Definer)]
["[1]./" analysis
["[1][0]" type]]
- ["[1]./" generation
+ ["[1]./" translation
["[1][0]" primitive]
["[1][0]" structure]
["[1][0]" reference]
@@ -35,12 +35,12 @@
(-> Runner Definer analysis.State Expander Test)
(all _.and
(/analysis/type.spec expander state)
- (/generation/primitive.spec runner)
- (/generation/structure.spec runner)
- (/generation/reference.spec runner definer)
- (/generation/when.spec runner)
- (/generation/function.spec runner)
- (/generation/common.spec runner)
+ (/translation/primitive.spec runner)
+ (/translation/structure.spec runner)
+ (/translation/reference.spec runner definer)
+ (/translation/when.spec runner)
+ (/translation/function.spec runner)
+ (/translation/common.spec runner)
))
(def .public (spec platform bundle expander program)