aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-11-15 20:07:38 -0400
committerEduardo Julian2022-11-15 20:07:38 -0400
commit91a1f21f3c75750217d272554bc8a341f075f82d (patch)
tree5e745cea303450fa61f931d4a4be6b6fa1e279a2 /stdlib/source/specification/compositor.lux
parentd656ef2143151a1d78768df4562e5275dff67b9d (diff)
Now documenting dependers and dependees.
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)