aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program
diff options
context:
space:
mode:
authorEduardo Julian2022-12-12 03:47:35 -0400
committerEduardo Julian2022-12-12 03:47:35 -0400
commitfe9a58dfcd5732ef0c5e5c4b7e85370cdc0db45a (patch)
tree5ad844ea2bdf33a67cceaad437efaf82cf773a02 /stdlib/source/program
parenteef4422b1f16be2b8c651461f2c006dc4c11f314 (diff)
Added trade session (OHLCV) abstraction.
Diffstat (limited to 'stdlib/source/program')
-rw-r--r--stdlib/source/program/compositor.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 93126b8d8..474a267a3 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -21,7 +21,6 @@
[type (.only sharing)]
["@" target]
["[0]" compiler
- ["[0]" phase]
[default
["[0]" platform (.only Platform)]]
[language
@@ -32,7 +31,7 @@
["[0]" declaration]
["[0]" analysis (.only)
[macro (.only Expander)]]
- [phase
+ ["[0]" phase (.only)
[extension (.only Extender)
["[0]E" analysis]
["[0]E" synthesis]]]]]