aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program
diff options
context:
space:
mode:
authorEduardo Julian2022-10-02 19:25:33 -0400
committerEduardo Julian2022-10-02 19:25:33 -0400
commited779c7bbbf3c625461fd1c09c1a3c39eaabd9d6 (patch)
tree0875aef89507986149c24f771feb7852c7170a89 /stdlib/source/program
parentba150e8a206ffba1c5313c26fa88c6dcba6a08aa (diff)
New format for extensions [part 4]
Diffstat (limited to 'stdlib/source/program')
-rw-r--r--stdlib/source/program/compositor.lux4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index f9ff755d8..fced2ef5e 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -133,7 +133,7 @@
(with_expansions [<parameters> (these anchor expression artifact)]
(def .public (compiler lux_compiler file_context
- expander host_analysis platform generation_bundle host_declaration_bundle program global anchorT,expressionT,declarationT extender
+ expander host_analysis platform generation_bundle host_declaration_bundle program global extender
service
packager,package)
(All (_ <parameters>)
@@ -145,7 +145,6 @@
(generation.Bundle <parameters>)
(declaration.Bundle <parameters>)
(Program expression artifact) (-> Archive Symbol (generation.Operation <parameters> expression))
- [Type Type Type]
Extender
Service
[Packager file.Path]
@@ -172,7 +171,6 @@
generation_bundle
host_declaration_bundle
program
- anchorT,expressionT,declarationT
extender
import
(the cli.#sources compilation)