From ed779c7bbbf3c625461fd1c09c1a3c39eaabd9d6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 2 Oct 2022 19:25:33 -0400 Subject: New format for extensions [part 4] --- stdlib/source/program/compositor.lux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stdlib/source/program') 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 [ (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 (_ ) @@ -145,7 +145,6 @@ (generation.Bundle ) (declaration.Bundle ) (Program expression artifact) (-> Archive Symbol (generation.Operation 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) -- cgit v1.2.3