diff options
author | Eduardo Julian | 2022-03-08 05:06:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-03-08 05:06:57 -0400 |
commit | bf0562d72b7d42be2b378a7f312fe48ac1f4284c (patch) | |
tree | a77566d968c29284408f46db6aa9fc7c84ff62aa /stdlib/source/program | |
parent | 2ac6926be617bf764c4c18a4f6fbba199f6be697 (diff) |
Finishing the meta-compiler [Part 6 / Done... for now]
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 70e392965..c835643dd 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -135,7 +135,7 @@ service packager,package) (All (_ <parameters>) - (-> (-> Any compiler.Custom) + (-> (-> Any platform.Custom) Context Expander analysis.Bundle |