diff options
author | Eduardo Julian | 2022-06-25 20:24:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-25 20:24:43 -0400 |
commit | fb46beb8bd784ba92949bf2c535dc13c2f003ef0 (patch) | |
tree | 28dbec5e8e6a1307a5aee28772d9aa897349bc57 /lux-python/source | |
parent | a384e0c9426d6110fa4c104a1327808a0aff91b0 (diff) |
De-sigil-ification: suffix : [Part 15]
Diffstat (limited to 'lux-python/source')
-rw-r--r-- | lux-python/source/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index c33470ebf..9b47b79f9 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -143,7 +143,7 @@ (exec [java/lang/String] "try" void) (eval [java/lang/String] "try" PyObject)) - (type: Translator + (type Translator (-> org/python/core/PyObject (Try Any))) (def (read_tuple read host_object) @@ -589,8 +589,8 @@ (function.constant extension/bundle.empty) ..program [Register - (type (_.Expression Any)) - (type (_.Statement Any))] + (type_literal (_.Expression Any)) + (type_literal (_.Statement Any))] ..extender service [(packager.package (is (_.Statement Any) (_.manual "")) |