aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r--stdlib/source/program/compositor.lux17
1 files changed, 8 insertions, 9 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index c6d1f3540..ac17513ed 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -19,14 +19,7 @@
["[0]" dictionary (.only Dictionary)]]]
[meta
[type (.only sharing)]
- ["@" target]]
- [time
- ["[0]" instant]]
- ["[0]" world
- ["[0]" file]
- ["[0]" console]
- ["[1]/[0]" environment]]
- [tool
+ ["@" target]
["[0]" compiler
["[0]" phase]
[default
@@ -56,7 +49,13 @@
[io
["ioW" archive]]]]
... ["[0]" interpreter]
- ]]])
+ ]
+ [time
+ ["[0]" instant]]
+ ["[0]" world
+ ["[0]" file]
+ ["[0]" console]
+ ["[1]/[0]" environment]]]])
(def (or_crash! failure_description action)
(All (_ a)