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 /lux-python | |
parent | 2ac6926be617bf764c4c18a4f6fbba199f6be697 (diff) |
Finishing the meta-compiler [Part 6 / Done... for now]
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index e93019e32..66adcaa27 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -555,7 +555,7 @@ )))) (def: (lux_compiler it) - (-> Any compiler.Custom) + (-> Any platform.Custom) (undefined)) (program: [service cli.service] |